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
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)
What is the auto keyword good for?
What is operator promotion?
What is variables in c?
we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?
What do mean by network ?
What are the differences between Structures and Arrays?
Do string constants represent numerical values?
What are all different types of pointers in c?
What is difference between structure and union with example?
What is clrscr ()?
write a program to rearrange the array such way that all even elements should come first and next come odd
What are header files and explain what are its uses in c programming?
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
What is switch in c?