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 are the different types of objects used in c?
What is quick sort in c?
What are the types of operators in c?
What is malloc and calloc?
Differentiate between a for loop and a while loop? What are it uses?
What does %p mean?
What is actual argument?
What is the need of structure in c?
Does c have function or method?
Why is python slower than c?
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
What is pointer to pointer in c language?
can we implement multi-threads in c.
What is #define in c?