wat is the output
int main()
{
char s1[]="Hello";
char s2[]="Hello";
if(s1==s2)
printf("Same");
else
printf("Diff");
}
Answer Posted / jitendra nath das
Ans is Diff.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
How can I send mail from within a c program?
What’s a signal? Explain what do I use signals for?
what type of questions arrive in interview over c programming?
What are the types of type qualifiers in c?
Is c pass by value or reference?
What does == mean in texting?
What is p in text message?
Is it cc or c in a letter?
What is the use of typedef in c?
What is register variable in c language?
What is dynamic dispatch in c++?
What do header files do?
What is context in c?