what will be the output of this program?
void main()
{
int a[]={5,10,15};
int i=0,num;
num=a[++i] + ++i +(++i);
printf("%d",num);
}
Answer Posted / gerda
15
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
write a program in c language to print your bio-data on the screen by using functions.
Explain the use of bit fieild.
write a program to create a sparse matrix using dynamic memory allocation.
difference between Low, Middle, High Level languages in c ?
What's the right way to use errno?
How to implement a packet in C
How can I call fortran?
What does & mean in scanf?
I heard that you have to include stdio.h before calling printf. Why?
What is a node in c?
Explain what’s a signal? Explain what do I use signals for?
Are global variables static in c?
What is the use of bitwise operator?
Write the syntax and purpose of a switch statement in C.
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none