void main()
{int i=2;
printf("%d%d%d",i,++i,i++);
getch();
}
Answer Posted / gowthamraj
244
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
What is your stream meaning?
Give basis knowledge of web designing ...
Explain what is meant by 'bit masking'?
Explain the use of bit fieild.
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
What is abstract data structure in c?
Can you please explain the difference between exit() and _exit() function?
What is a stream in c programming?
why programs in c are running with out #include
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
Explain what does a function declared as pascal do differently?
How to set file pointer to beginning c?
which is an algorithm for sorting in a growing Lexicographic order
What are multibyte characters?