Vidyalelo
C Programming · Q66

C Miscellaneous

Programming · C Programming · question 66

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
Answer
C.
x
D.
error

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board