main()
{
int i = 1;
int num[] = {1,2,3,4};
num[i] = i++;
printf("%d", num[i]);
}
what will be the output?
}
Answer Posted / revathi
Correct Answer is 3.
Do not post wrong answer.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain is it better to bitshift a value than to multiply by 2?
What are pragmas and what are they good for?
What are high level languages like C and FORTRAN also known as?
What oops means?
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
Simplify the program segment if X = B then C ← true else C ← false
Does sprintf put null character?
Does c have an equivalent to pascals with statement?
What are different types of pointers?
What is scope rule of function in c?
How important is structure in life?
write a program to print data of 5 five students with structures?
What are the different types of pointers used in c language?
Explain About fork()?
Why c is a procedural language?