C MCQ computer science
C Programming Questions and Answers – File Access
C Programming Questions and Answers – File Access 1.The first and second arguments of fopen are a) A character…
Read More »C Programming Questions and Answers – Formatted Input
C Programming Questions and Answers – Formatted Input 1.What is the output of this C code? #include <stdio.h> int…
Read More »C Programming Questions and Answers – Variable Length Argument
C Programming Questions and Answers – Variable Length Argument 1.What is the output of this C code? #include <stdio.h>…
Read More »C Programming Questions and Answers – Formatted Output
C Programming Questions and Answers – Formatted Output 1.What is the output of this C code? #include <stdio.h> int main()…
Read More »C Programming Questions and Answers – Standard Input & Output
C Programming Questions and Answers – Standard Input & Output 1.Which among the following is odd one out? a)…
Read More »C Programming Questions and Answers – Bit-fields
C Programming Questions and Answers – Bit-fields 1.What is the correct syntax to initialize bit-fields in an structure? a) struct…
Read More »C Programming Questions and Answers – Unions
C Programming Questions and Answers – Unions 1.Size of a union is determined by size of the. a) First member…
Read More »C Programming Questions and Answers – Typedefs
C Programming Questions and Answers – Typedefs 1.What is the output of this C code? #include <stdio.h> typedef struct student…
Read More »C Programming Questions and Answers – Table Lookup
C Programming Questions and Answers – Table Lookup 1.What is the output of this C code? #include <stdio.h> struct student…
Read More »C Programming Questions and Answers – Self-Referential Structures
C Programming Questions and Answers – Self-Referential Structures 1.What is the output of this C code? #include <stdio.h> struct…
Read More »