increment operateor (++)and decrament(--)
#include<stdio.h>
#inclide<conio.h>
main()
{
int x=15;
while(x!=0)
scanf("%d",&x);
{
Answer Posted / vani
the program shows error
| Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
What are preprocessor directives in c?
What is a built-in function in C?
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
What are logical errors and how does it differ from syntax errors?
What is the size of empty structure in c?
How can I prevent another program from modifying part of a file that I am modifying?
What is the use of sizeof?
What is difference between array and pointer in c?
What are reserved words?
What is sizeof in c?
What is selection sort in c?
How do I copy files?
Explain what is the concatenation operator?
What is the use of volatile?
What the different types of arrays in c?