#include<stdio.h>
void main()
{
int =1;
printf("%d%d%d",a++,++a,++a);
}
Answer Posted / stephen john
i got the answer is 3,4,4.
why?
| Is This Answer Correct ? | 4 Yes | 6 No |
Post New Answer View All Answers
i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me
Why does this code crash?
what do you mean by inline function in C?
What is the purpose of void pointer?
Differentiate between #include<...> and #include '...'
Explain what standard functions are available to manipulate strings?
What is nested structure with example?
How can you pass an array to a function by value?
What is an lvalue in c?
What are the types of pointers in c?
write a c program for swapping two strings using pointer
What is sizeof in c?
how to execute a program using if else condition and the output should enter number and the number is odd only...
When should the register modifier be used? Does it really help?
What is double pointer in c?