what is the output for this question:
main()
{
int i=1;
printf("%d%d%d",i,i++,++i);
}
Answer Posted / girish
1,1,3
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
What is a void * in c?
What is the difference between malloc() and calloc() function in c language?
Does * p ++ increment p or what it points to?
How can I prevent another program from modifying part of a file that I am modifying?
Explain void pointer?
Is main an identifier in c?
What is difference between static and global variable in c?
What is the difference between volatile and const volatile?
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
What is function prototype?
Do you know null pointer?
What is the difference between a string and an array?
i got 75% in all semester am i eligible for your company
What are the types of macro formats?
Why is c so important?