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 are compound statements?
Write a program to print fibonacci series using recursion?
write a program to find the given number is prime or not
Explain what are the __date__ and __time__ preprocessor commands?
Can a pointer be static?
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
What is c method?
What do you mean by a sequential access file?
What do you mean by c what are the main characteristics of c language?
Describe explain how arrays can be passed to a user defined function
Is c weakly typed?
What is 2c dna?
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
What is an operator?