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 the different types of control structures?
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
Can we increase size of array in c?
write a program to display all prime numbers
Under what circumstances does a name clash occur?
What is a const pointer?
can we implement multi-threads in c.
Why c is faster than c++?
Explain how can I open a file so that other programs can update it at the same time?
Explain what is operator promotion?
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
What are the types of macro formats?
What are the three constants used in c?
What is boolean in c?
Which is best book for data structures in c?