main()
{
int i = 1;
int num[] = {1,2,3,4};
num[i] = i++;
printf("%d", num[i]);
}
what will be the output?
}
Answer Posted / prakruthi
ryt answer is 3 for sure
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is structure padding and packing in c?
What is a lookup table in c?
What is wrong with this code?
What is a newline escape sequence?
What are the properties of union in c?
What is hashing in c language?
Who developed c language?
Write a simple code fragment that will check if a number is positive or negative.
What are the features of c language?
What is #error and use of it?
What are the differences between new and malloc in C?
List some of the static data structures in C?
how is the examination pattern?
What is #line?
What language is c written?