Question 3
Question
3) What is the output of following program?
Note: enter the precise answer. unnecessary spaces, dots can also mark the answer as wrong.
1 int main() {
2 printf("%c", "abcdefgh"[4]);
3 return 0;
4 }
ype here to search
O
Answers
Answered by
0
Answer:
int main() {
Explanation:
Mark as Brainliest
Similar questions