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 / girish
15
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is c dynamically typed?
What are the advantages of c preprocessor?
What does %d do?
i want to know the procedure of qualcomm for getting a job through offcampus
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
will u please send me the placement papers to my mail???????????????????
What are identifiers and keywords in c?
What does do in c?
What is a sequential access file?
By using C language input a date into it and if it is right?
Can you return null in c?
Explain the difference between ++u and u++?
Why isnt there a numbered, multi-level break statement to break out
Disadvantages of C language.
Why can't I perform arithmetic on a void* pointer?