void main()
{int i=2;
printf("%d%d%d",i,++i,i++);
getch();
}
Answers were Sorted based on User's Feedback
How many keywords (reserve words) are in c?
How is a macro different from a function?
How can I do graphics in c?
Dont ansi function prototypes render lint obsolete?
In which language linux is written?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
What are identifiers in c?
Tell me what is null pointer in c?
Concat two string with most overlapped substring has to removeĀ "abcd"+ "cdef" = "abcdef
What is function prototype in c language?
What is the advantage of a random access file?
What is the use of a ‘