void main()
{int i=2;
printf("%d%d%d",i,++i,i++);
getch();
}
Answer Posted / vimal kumar sharma
442
| Is This Answer Correct ? | 19 Yes | 7 No |
Post New Answer View All Answers
When is a null pointer used?
What is 'bus error'?
Describe explain how arrays can be passed to a user defined function
What is data types?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
What is getche() function?
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
What is difference between structure and union with example?
Is null always equal to 0(zero)?
Differentiate between the = symbol and == symbol?
explain what is an endless loop?
Can you write a programmer for FACTORIAL using recursion?
What is the basic structure of c?
a c code by using memory allocation for add ,multiply of sprase matrixes
What is c language & why it is used?