void main()
{int i=2;
printf("%d%d%d",i,++i,i++);
getch();
}
Post New Answer View All Answers
Explain what are the different file extensions involved when programming in c?
Describe explain how arrays can be passed to a user defined function
What is storage class?
What does node * mean?
how is the examination pattern?
How can I swap two values without using a temporary?
Explain how can I pad a string to a known length?
What are the types of macro formats?
What are the advantages of using linked list for tree construction?
what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9
What does p mean in physics?
How to establish connection with oracle database software from c language?
Which one would you prefer - a macro or a function?
What language is c written?
What is abstract data structure in c?