R
Q. What is the output of C Program?
int main() { int a=10, b, c; b=a++; c=++a; printf("%d %d %d", a, b, c); return 0; }
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. What will be the output of the following code snippet?
Q. Which of the following mode argument is used to truncate?
Q. which of the following is not a fundamental datatype?
Q. The purpose of the function ctime() is that ___________
Q. A register variable is stored in a Register. Where does a Register Present in a Computer?
Q. Which of the following operator has highest Precedence?
Discusssion
Login to discuss.