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 is the general form of #line preprocessor?

0 Answers  


What are the different types of C instructions?

0 Answers   InterGraph,


What is 'makefile' in C langauage? How it be useful? How to write a makefile to a particular program?

2 Answers  


what is meant by flushll() in c programming?

1 Answers  


Write a program to reverse a linked list in c.

0 Answers   DELL, HAL,


write a function that accepts an integer/char array and an search item.If the search item is there in the array return position of array and value else return -1.without using other array,without sorting,not to use more than one loop?

3 Answers   Mind Tree,


What are the two types of functions in c?

0 Answers  


who is the founder of c

19 Answers   College School Exams Tests, HP,


How can I find the modification date and time of a file?

0 Answers  


What is modeling?

0 Answers  


Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1

0 Answers  


can any one tell that i have a variable which is declared as static but i want this variable to be visible to the other files? how?

2 Answers  


Categories