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
Explain the use of function toupper() with and example code?
Why use int main instead of void main?
What is c system32 taskhostw exe?
What is a lookup table in c?
What is the best way to store flag values in a program?
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
Why calloc is better than malloc?
Explain the array representation of a binary tree in C.
Why double pointer is used in c?
Can variables be declared anywhere in c?
Write a program to check palindrome number in c programming?
What is the right type to use for boolean values in c? Is there a standard type?
Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014 Npu university
Can we replace the struct function in tree syntax with a union?
Why c is called top down?