C MCQ set number 00720

1. What is the output of this C code? #include <stdio.h> struct student { char *c; }; void main() { struct student m; struct student *s = &m; s->c = “hello”; printf(”%s”, s->c); } a) hello b) Run time error c) Nothing d) Depends on compiler AnswerAnswer: a [Reason:] None. 2. What is the output…


This content is for paid premium members only.
You can view complete answer after activation your membership.


Need only one answers. Simply buy single day pass and email. We will send answers for this question.
Login Buy membership