Q66
What will be the output of the following C code? #include void inline func1(char b[10]) printf ("%c ",b[2]); int main() func1("examveda"); return 0;
A.
e
B.
a
AnswerC.
x
D.
error
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board