Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Explain how do you convert strings to numbers in c?

1125


main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }

1205


What is the concatenation operator?

1207


in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures

1253


How can I generate floating-point random numbers?

1203


What is scanf_s in c?

1168


What does the c in ctime mean?

1159


What are the Advantages of using macro

1219


What is a lvalue

1146


What is volatile keyword in c?

1086


Write a program to print numbers from 1 to 100 without using loop in c?

1136


What is pass by reference in functions?

908


What are terms in math?

1097


Why c is called object oriented language?

1113


application attempts to perform an operation?

2033