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...

main()
{
int i;
printf("%d",i^i);
}

Answer Posted / naresh

output will be Zero as exclusive or'ing of two same no's result in zero

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

1149


praagnovation

2353


What are the types of type qualifiers in c?

1140


What is unsigned int in c?

1057


FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.

1812


What does stand for?

1143


Write a code of a general series where the next element is the sum of last k terms.

1095


What is an array in c?

1098


the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above

1304


Describe the order of precedence with regards to operators in C.

1103


write a program in c language to print your bio-data on the screen by using functions.

6840


What is graph in c?

1104


count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array

1138


What are linker error?

1152


What does the c in ctime mean?

1162