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 class and object in c?

0 Answers  


Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)

2 Answers   HCL, IBM, Satyam, Vimal, Vimukti Technologies,


what is the benefit of c30

2 Answers  


What are type modifiers in c?

0 Answers  


I have seen function declarations that look like this

0 Answers  






What is pass by reference in functions?

0 Answers  


related proverb of "dont count your chicken before it hatches"

1 Answers  


x=2,y=6,z=6 x=y==z; printf(%d",x)

13 Answers   Bharat, Cisco, HCL, TCS,


Write a C program that computes the value ex by using the formula ex =1+x/1!+x2/2!+x3+3!+………….

1 Answers  


What is a null string in c?

0 Answers  


Hi can anyone tell what is a start up code?

0 Answers   CTS,


Can you add pointers together? Why would you?

0 Answers  


Categories