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 does sizeof return c?
What is break statement?
What is conio h in c?
difference between native and cross compilers
What does the && operator do in a program code?
Is fortran still used today?
What type is sizeof?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
What is an lvalue in c?
What is use of pointer?
Explain how do you override a defined macro?
program to convert a integer to string in c language'
How can you tell whether a program was compiled using c versus c++?
Differentiate between the expression “++a” and “a++”?