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

void main()
{
int i=5;
printf("%d",i+++++i);
}

Answer Posted / suresh reddy

Error

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above

1059


If errno contains a nonzero number, is there an error?

1292


State the difference between x3 and x[3].

1052


How can I prevent another program from modifying part of a file that I am modifying?

1010


Should I learn c before c++?

1177


What is nested structure with example?

1012


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

1052


how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software

3259


which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above

1651


What is pointers in c with example?

1023


Write a program to swap two numbers without using third variable in c?

1071


Why c is known as a mother language?

1036


How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?

16590


What is build process in c?

1080


What is gets() function?

1074