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


increment operateor (++)and decrament(--)
#include<stdio.h>
#inclide<conio.h>
main()
{
int x=15;
while(x!=0)
scanf("%d",&x);
{

Answers were Sorted based on User's Feedback



increment operateor (++)and decrament(--) #include<stdio.h> #inclide<conio.h> ..

Answer / vani

the program shows error

Is This Answer Correct ?    11 Yes 3 No

increment operateor (++)and decrament(--) #include<stdio.h> #inclide<conio.h> ..

Answer / suman

It shows syntax error

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More C Interview Questions

what information does the header files contain?

6 Answers   BSNL, Cisco, GDA Technologies,


How can you call a function, given its name as a string?

0 Answers  


p*=(++q)++*--p when p=q=1 while(q<=6)

0 Answers   KINPOE,


What's a "sequence point"?

3 Answers  


If you know then define #pragma?

0 Answers  


How can you determine the size of an allocated portion of memory?

0 Answers   Aspire, Infogain,


the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function

0 Answers  


What are the different types of control structures?

0 Answers  


21. #define square(x) x*x main() { int i; i = 64/square(4); printf("%d",i); }

3 Answers  


What is dynamic dispatch in c++?

0 Answers  


What are structures and unions? State differencves between them.

0 Answers   iNautix,


Explain the use of #pragma exit?

0 Answers  


Categories