fork(1) download
  1. #include <stdio.h>
  2. int main()
  3. {
  4. char website[12]= {'L','e','t','s','l','e','a','r','n','C','S','\0'};
  5. printf("Name of the website is:\t");
  6. printf("%s",website);
  7. return 0;
  8. }
  9.  
Success #stdin #stdout 0s 2248KB
stdin
Standard input is empty
stdout
Name of the website is:	LetslearnCS