main()
{
int i = 1;
int num[] = {1,2,3,4};
num[i] = i++;
printf("%d", num[i]);
}
what will be the output?
}
Answer Posted / lucky
out put is 3 and it is correct
| Is This Answer Correct ? | 18 Yes | 3 No |
Post New Answer View All Answers
What is calloc malloc realloc in c?
Explain the properties of union. What is the size of a union variable
Is main is user defined function?
When a c file is executed there are many files that are automatically opened what are they files?
What is the difference between the expression “++a” and “a++”?
Explain what happens if you free a pointer twice?
What is #include called?
Define and explain about ! Operator?
What are two dimensional arrays alternatively called as?
Differentiate between a structure and a union.
the question is that what you have been doing all these periods (one year gap)
What is a nested loop?
What is graph in c?
Using which language Test cases are added in .ptu file of RTRT unit testing???
How many keywords are there in c?