void main()
{int i=2;
printf("%d%d%d",i,++i,i++);
getch();
}
Answer Posted / anush
442
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
Why does everyone say not to use gets?
What is a node in c?
What are the standard predefined macros?
Differentiate between null and void pointers.
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
Write a program to know whether the input number is an armstrong number.
Tell me about low level programming languages.
Where is c used?
Explain the advantages and disadvantages of macros.
What are the types of arrays in c?
i got 75% in all semester am i eligible for your company
Explain continue keyword in c
What is 2 d array in c?
Why we use stdio h in c?
Write a program to print factorial of given number without using recursion?