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


Please Help Members By Posting Answers For Below Questions

a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above

646


write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1

3267


What is variables in c?

598


How can I change their mode to binary?

687


What is the difference between text files and binary files?

669






What is abstract data structure in c?

517


Difference between constant pointer and pointer to a constant.

605


In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)

1623


What does 2n 4c mean?

701


What does sizeof function do?

608


What is the value of uninitialized variable in c?

562


What the advantages of using Unions?

667


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?

1594


What does d mean?

572


Write a program to check palindrome number in c programming?

594