mcq computer
C Programming Questions and Answers – Type Conversions
C Programming Questions and Answers – Type Conversions 1.What is the output of this C code? #include <stdio.h> void…
Read More »C Programming Questions and Answers – Relational & Logical Operators
C Programming Questions and Answers – Relational & Logical Operators 1.What is the output of this C code? #include <stdio.h>…
Read More »C Programming Questions and Answers – Declarations
C Programming Questions and Answers – Declarations – 1 1.What is the output of this C code? #include…
Read More »C Programming Questions and Answers – Constants
C Programming Questions and Answers – Constants 1.What is the output of this C code? #include <stdio.h> int main() {…
Read More »C Programming Questions and Answers – Data Types and Sizes – 2
C Programming Questions and Answers – Data Types and Sizes – 2 1.Comment on the output of this C code?…
Read More »C Programming Questions and Answers – Data Types and Sizes – 1
C Programming Questions and Answers – Data Types and Sizes – 1 1.Comment on the output of this C code?…
Read More »-
MCQ Computer Science
C Programming Questions and Answers – Switch Statements – 2
C Programming Questions and Answers – Switch Statements – 2 1. What is the output of this C code? #include…
Read More » -
MCQ Computer Science
C Programming Questions and Answers – Switch Statements – 1
C Programming Questions and Answers – Switch Statements – 1 1. What is the output of this C code(when 1…
Read More » -
MCQ Computer Science
C Programming Questions and Answers – If-then-else Statements – 1
C Programming Questions and Answers – If-then-else Statements – 1 1. The output of the code below is #include <stdio.h>…
Read More » -
MCQ Computer Science
C Programming Questions and Answers – Precedence and Order of Evaluation – 6
C Programming Questions and Answers – Precedence and Order of Evaluation – 6 1. Which of the following are…
Read More »