main()
{
int i = 1;
int num[] = {1,2,3,4};
num[i] = i++;
printf("%d", num[i]);
}
what will be the output?
}
Answer Posted / lukz
4 is output
| Is This Answer Correct ? | 2 Yes | 7 No |
Post New Answer View All Answers
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
What is the best organizational structure?
Define macros.
What is wrong with this initialization?
Explain what is meant by high-order and low-order bytes?
Is there any demerits of using pointer?
Lists the benefits of c programming language?
What are the storage classes in C?
What are the benefits of c language?
what is event driven software and what is procedural driven software?
Explain is it better to bitshift a value than to multiply by 2?
What is the difference between far and near ?
How do I read the arrow keys? What about function keys?
What happens if a header file is included twice?
What are the functions to open and close the file in c language?