C MCQ set number 00710

1. What is the output of this C code? #include <stdio.h> struct point { int x; int y; }; void foo(struct point*); int main() { struct point p1[] = {1, 2, 3, 4}; foo(p1); } void foo(struct point p[]) { printf(”%dn”, p[1].x); } a) Compile time error b) 3 c) 2 d) 1 AnswerAnswer: b…


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