increment operateor (++)and decrament(--)
#include<stdio.h>
#inclide<conio.h>
main()
{
int x=15;
while(x!=0)
scanf("%d",&x);
{

Answer Posted / suman

It shows syntax error

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are keywords c?

607


Can a variable be both constant and volatile?

567


Write a program of prime number using recursion.

623


What is derived datatype in c?

641


What are different types of operators?

600






What is a keyword?

753


How the c program is executed?

639


#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }

670


What is FIFO?

678


what is the difference between 123 and 0123 in c?

729


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

608


how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?

1510


swap 2 numbers without using third variable?

666


What math functions are available for integers? For floating point?

627


Why is a semicolon (;) put at the end of every program statement?

632