fork download
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3.  
  4. int main()
  5. {
  6. /* char *name[ ]={"ramesh","surish", "mukaish"};
  7.  
  8. printf("\n %s is best student than ramesh and surish\n", name[2]);
  9.  
  10. name[ 2]="ramu";
  11. printf("\n %s is best sudent than ramesh and surish and mukaish\n */
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20. return 0;
  21. }
Success #stdin #stdout 0s 5368KB
stdin
 
stdout
Standard output is empty