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

Explain how do you determine a file’s attributes?

1092


What is floating point constants?

1191


What are control structures? What are the different types?

1145


How can I list all of the predefined identifiers?

1032


What is new line escape sequence?

1397


What are qualifiers and modifiers c?

1064


What is the advantage of an array over individual variables?

1293


What is the difference between new and malloc functions?

1183


Explain how can you check to see whether a symbol is defined?

1252


write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.

2150


What does %c do in c?

1051


What is the difference between pure virtual function and virtual function?

1181


Explain is it valid to address one element beyond the end of an array?

1250


How to write c functions that modify head pointer of a linked list?

1032


What are dangling pointers? How are dangling pointers different from memory leaks?

1390