Month: January 2018
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
Computer Organization And Architecture Multiple Choice Questions on Performance of a System
This set of Computer Organization and Architecture MCQ focuses on “Factors affecting performance of the system and its measurement”. 1.During…
Read More » -
MCQ Computer Science
Computer Organization and Architecture MCQ on BUS Structure
This set of Computer Organization and Architecture MCQ focuses on “Bus Structure”. The main virtue for using single Bus structure…
Read More » C Programming MCQ Data Types and Sizes Set-1
1. Comment on the output of this C code? #include int main() { float f1 = 0.1; if (f1 ==…
Read More »