#include<stdio.h>
main()
{
int a=1;
int b=0;
b=++a + ++a;
printf("%d %d",a,b);
}
Answer Posted / m.karthiga
3 6
| Is This Answer Correct ? | 19 Yes | 15 No |
Post New Answer View All Answers
what are non standard function in c
Explain how can you restore a redirected standard stream?
What are runtime error?
Write a program to swap two numbers without using third variable?
in iso what are the common technological language?
How do I get an accurate error status return from system on ms-dos?
Describe the modifier in c?
Why is #define used?
What are actual arguments?
What functions are used in dynamic memory allocation in c?
Why isn't it being handled properly?
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
Is it possible to have a function as a parameter in another function?
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..