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>
void main()
{
int a,b,c;
a=b=c=1;
c=++a || ++b && ++c;
printf("%d\t%d\t%d",a,b,c);
}

Answer Posted / gopinath.j

2 1 1

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }

1132


what is stack , heap ,code segment,and data segment

2638


What is clrscr in c?

1078


Can you add pointers together? Why would you?

1076


What does the c preprocessor do?

1056


Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?

1025


What does %c do in c?

942


What is enumerated data type in c?

1033


When should a far pointer be used?

1063


Explain how do you list files in a directory?

1020


What is getch?

1095


The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?

1226


Why is #define used?

1231


Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?

1020


write a program to copy the string using switch case?

2846