main()
{
int i = 1;
int num[] = {1,2,3,4};
num[i] = i++;
printf("%d", num[i]);
}
what will be the output?
}
Answer Posted / anusha raykar
Please dont answer with blind mind.
Answer is= 3
100%
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Is swift based on c?
diff between exptected result and requirement?
all c language question
Why does everyone say not to use gets?
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
What is define c?
Why does not c have an exponentiation operator?
What is the difference between formatted&unformatted i/o functions?
Between macros and functions,which is better to use and why?
Can you please compare array with pointer?
Explain what are global variables and explain how do you declare them?
What does %d do?
Why do we need functions in c?
What does c in a circle mean?
What is typeof in c?