main()
{
int i = 1;
int num[] = {1,2,3,4};
num[i] = i++;
printf("%d", num[i]);
}
what will be the output?
}
Answer Posted / vyasaraj.s
The output is 3
| Is This Answer Correct ? | 21 Yes | 7 No |
Post New Answer View All Answers
Tell me when is a void pointer used?
Explain how are portions of a program disabled in demo versions?
What are logical errors and how does it differ from syntax errors?
Is struct oop?
Explain high-order bytes.
please give me some tips for the placement in the TCS.
What is the scope of an external variable in c?
How can I swap two values without using a temporary?
Explain what is the use of a semicolon (;) at the end of every program statement?
Explain the binary height balanced tree?
What is use of #include in c?
What is function definition in c?
What is the total generic pointer type?
What are the advantages of union?
What are the different types of data structures in c?