main()
{
int i = 1;
int num[] = {1,2,3,4};
num[i] = i++;
printf("%d", num[i]);
}
what will be the output?
}
Answer Posted / vinay
Idiots please don't give wrong answers. While you answer
the questions, please check the output practically and post
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is the difference between far and near in c?
What is difference between stdio h and conio h?
Explain how do you determine a file’s attributes?
What are two dimensional arrays alternatively called as?
Why is structure important for a child?
What is bubble sort in c?
What is structure packing in c?
Explain two-dimensional array.
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.
How main function is called in c?
What was noalias and what ever happened to it?
int i=10; printf("%d %d %d", i, i=20, i);
Explain about the constants which help in debugging?
How to explain the final year project as a fresher please answer with sample project
i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me