What is output of the following program ?
main()
{
i = 1;
printf("%d %d %d\n",i,i++,i++);
}
Answer Posted / murali
3 2 1
| Is This Answer Correct ? | 11 Yes | 5 No |
Post New Answer View All Answers
Write a factorial program using C.
Explain what is meant by 'bit masking'?
show how link list can be used to repersent the following polynomial i) 5x+2
What does sizeof return c?
What is spark map function?
Explain how can I write functions that take a variable number of arguments?
What does 4d mean in c?
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
Why calloc is better than malloc?
How many parameters should a function have?
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
Differentiate between ordinary variable and pointer in c.
Explain about the functions strcat() and strcmp()?
What is local and global variable in c?
How is pointer initialized in c?