main()
{
int i = 1;
int num[] = {1,2,3,4};
num[i] = i++;
printf("%d", num[i]);
}
what will be the output?
}
Answer Posted / ssssssssss
output
2
| Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
What is && in c programming?
can we change the default calling convention in c if yes than how.........?
How do you view the path?
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
Do variables need to be initialized?
What is unsigned int in c?
When is a “switch” statement preferable over an “if” statement?
What type of function is main ()?
What is a node in c?
Explain what are bus errors, memory faults, and core dumps?
Explain the red-black trees?
What is the use of a static variable in c?
how could explain about job profile
When should you use a type cast?
What is ctrl c called?