wat is the output
int main()
{
char s1[]="Hello";
char s2[]="Hello";
if(s1==s2)
printf("Same");
else
printf("Diff");
}
Answer Posted / prachi
ans is diff
| Is This Answer Correct ? | 15 Yes | 2 No |
Post New Answer View All Answers
regarding pointers concept
how to introdu5ce my self in serco
What do you mean by a local block?
Explain how are 16- and 32-bit numbers stored?
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
What is the use of function overloading in C?
What do you mean by command line argument?
How does struct work in c?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
What are 'near' and 'far' pointers?
What is identifier in c?
How do you generate random numbers in C?
what are the 10 different models of writing an addition program in C language?
What is the right way to use errno?
What is dynamic variable in c?