Uncategorized
-
Automata Theory Multiple Choice Question & Answers (MCQs) set-14
1. Which of the following not an example Bounded Information? a) fan switch outputs {on, off} b) electricity meter reading…
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 »