what is the output for this question:
main()
{
int i=1;
printf("%d%d%d",i,i++,++i);
}
Answer Posted / richa
3,2,2
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is pragma c?
How will you write a code for accessing the length of an array without assigning it to another variable?
Why is %d used in c?
Explain what will the preprocessor do for a program?
What are logical errors and how does it differ from syntax errors?
What are the preprocessor categories?
Explain how to reverse singly link list.
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
Explain what is wrong with this statement? Myname = ?robin?;
Tell me can the size of an array be declared at runtime?
Explain the difference between getch() and getche() in c?
What is the use of f in c?
What library is sizeof in c?
How can I find out the size of a file, prior to reading it in?
What is scope rule of function in c?