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


#include<stdio.h>
int main()
{ int i=0,j=1,k=2,m,n=0;
m=i++&&j++&&k++||n++;
printf("%d,%d,%d,%d,%d",i,j,k,m,n);
}

Answers were Sorted based on User's Feedback



#include<stdio.h> int main() { int i=0,j=1,k=2,m,n=0; m=i++&&j++&&k++||..

Answer / boopathi

0,1,2,o,o

Is This Answer Correct ?    2 Yes 9 No

#include<stdio.h> int main() { int i=0,j=1,k=2,m,n=0; m=i++&&j++&&k++||..

Answer / a.sivasankar

i=0,j=1,k=3,m=0,n=0

Is This Answer Correct ?    1 Yes 10 No

Post New Answer

More C Interview Questions

What oops means?

0 Answers  


Which is the memory area not included in C program? give the reason

0 Answers   IBM, TCS,


What are enums in c?

0 Answers  


write a program that print itself even if the source file is deleted?

2 Answers  


can we declare a variable in different scopes with different data types? answer in detail

3 Answers   TCS,


please send me papers for Dy. manager IT , PNB. it would be a great help for me.

0 Answers  


What is a static variable in c?

0 Answers  


How do you determine the length of a string value that was stored in a variable?

0 Answers  


What is the collection of communication lines and routers called?

0 Answers  


what is a pointer

4 Answers   Bank Of America, TCS,


How do I initialize a pointer to a function?

2 Answers  


main() { int a = 65; printf(“%d %o %x”,a,a,a); } Output 65 101 41 Please explain me.How it is coming like that?

3 Answers   Excel,


Categories