fork download
  1. #include<stdio.h>
  2.  
  3. main()
  4. {
  5. char s[]="hello", t[]="hello";
  6.  
  7. if(s==t){
  8. printf("eqaul strings");
  9. }
  10. }
Success #stdin #stdout 0s 5400KB
stdin
Standard input is empty
stdout
Standard output is empty