Answer Posted / rajesh kumar swain
here a++/++a=5/7
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do you list a file’s date and time?
Explain how do you generate random numbers in c?
What is logical error?
Once I have used freopen, how can I get the original stdout (or stdin) back?
Why does this code crash?
What is the difference between class and object in c?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
How many types of functions are there in c?
Is this program statement valid? INT = 10.50;
How to define structures? ·
Why is c known as a mother language?
What is data structure in c and its types?
How can you restore a redirected standard stream?
What are keywords c?
what are the 10 different models of writing an addition program in C language?