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);
}

Answer Posted / abc

1 1 2 0 0

Is This Answer Correct ?    2 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why do we need functions in c?

958


program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)

2048


What is the use of static variable in c?

1046


.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }

1231


What is main return c?

938


Explain what does the function toupper() do?

1007


cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration

1059


What is c programing language?

1047


When should the volatile modifier be used?

1111


#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??

1913


writ a program to compare using strcmp VIVA and viva with its output.

1980


code for quick sort?

1989


When should the const modifier be used?

1062


What are the different types of C instructions?

1246


Explain what is the difference between a free-standing and a hosted environment?

1129