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

There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?

0 Answers  


will the program compile? int i; scanf(“%d”,i); printf(“%d”,i);

3 Answers  


Is struct oop?

0 Answers  


i want to make a program in which we use input having four digits(4321) and get output its reciprocal(1234).

1 Answers  


How can I get the current date or time of day in a c program?

0 Answers  






what are two kinds of java

2 Answers  


in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.

0 Answers   TCS,


what is the difference between structure and union?

3 Answers  


why do we use pointer instead directly acessing the data?

2 Answers  


What is C++

4 Answers  


What is modifier & how many types of modifiers available in c?

0 Answers  


write C code to reverse a string such that if i/p is "abc defg hij klmno pqrs tuv wxyz" and the o/p should be "cba gfed jih onmlk srqp vut zyxw"

2 Answers  


Categories