Vidyalelo
C Programming · Q101

C Fundamentals

Programming · C Programming · question 101

Q101

What will be the output of the following C code? #include int main() printf("examveda "); return 0;

A.
examvedaclass
B.
examveda
class
Answer
C.
classveda
D.
examveda

Answer: Option B

Solution

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