c mcqs
C Programming Questions and Answers – Arrays of Structures
C Programming Questions and Answers – Arrays of Structures 1.The correct syntax to access the member of the ith structure…
Read More »C Programming Questions and Answers – Structures and Functions
C Programming Questions and Answers – Structures and Functions 1.What is the output of this C code? #include <stdio.h>…
Read More »C Programming Questions and Answers – Basics of Structures
C Programming Questions and Answers – Basics of Structures 1.Which of the following are themselves a collection of different data…
Read More »C Programming Questions and Answers – Complicated Declarations
C Programming Questions and Answers – Complicated Declarations 1.What is the output of this C code? #include <stdio.h>…
Read More »C Programming Questions and Answers – Pointers Vs. Multi-dimensional Arrays
C Programming Questions and Answers – Pointers Vs. Multi-dimensional Arrays 1.int a[10][20]; which is true for a a) a…
Read More »C Programming Questions and Answers – Address Arithmetic
C Programming Questions and Answers – Address Arithmetic 1.What is the output of this C code? #include <stdio.h>…
Read More »C Programming Questions and Answers – Pointers and Arrays
C Programming Questions and Answers – Pointers and Arrays 1.What is the output of this C code? #include…
Read More »C Programming Questions and Answers – Macro Substitution
C Programming Questions and Answers – Macro Substitution 1. What is the output of this C code? #include #define foo(m,…
Read More »C Programming Questions and Answers – Goto & Labels
C Programming Questions and Answers – Goto & Labels 1.What is the output of the code given below? …
Read More »C Programming Questions and Answers – Break and Continue
C Programming Questions and Answers – Break and Continue 1.Which keyword can be used for coming out of recursion?…
Read More »