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

write a program in c to print **** * * * * ****

1 Answers   TCS,


What is the output of following program ? int main() { int x = 5; printf("%d %d %d\n", x, x << 2, x >> 2); }

5 Answers   Amazon, Qualcomm,


WRITE A PROGRAM TO FIND A REVERSE OF TWO NO

7 Answers  


please can some one guide me, to the answer Write a C program to enter 15 numbers as an input from the keyboard and program will find and print odd numbers and their average. i have studied while and do while loop for loop if and else if switch

2 Answers  


The difference between printf and fprintf is ?

0 Answers   Baan Infotech,


what would be the output of the following program main() { int a[] = {1,2,3,4,5}; int *ptr = {a,a+1,a+2,a+3,a+4}; printf("%d %d %d %d",a,*ptr,**ptr,ptr); } }

1 Answers  


Are pointers integer?

0 Answers  


What is external and internal variables What is dynamic memory allocation what is storage classes in C

3 Answers  


Wt are the Buses in C Language

0 Answers   Infosys,


write a program that will read the temperature in Celsius and convert that into Fahrenheit.

1 Answers  


The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration

0 Answers  


what is the size of an integer variable?

4 Answers  


Categories