Data Structures MCQs
Solved Data Structures MCQs: trees, binary search trees, graphs and traversals.
22 articles in this topic

Recursion and Stack MCQs: 12 Solved Questions on Calls, Outputs and Unwinding
Solve 12 published recursion and stack MCQs by tracing activation records, return values, print order, reversal and two-call recursion step by step.

If-Else Statements in C MCQs: 11 Basic, Advanced and Nested Questions with Explanations
Test C control-flow skills with 11 published questions and step-by-step explanations of simple, nested and expression-based decisions.

Basic Recursion MCQs: 12 Solved C Questions with Step-by-Step Explanations
Solve 12 C recursion questions with exact call traces. Learn to follow descent and unwinding, count invocations, and track parameters and static state.

C Switch and Jump Statements MCQs: 10 Solved Questions
Solve 10 C control-flow questions, then check each answer with a direct explanation of case selection, jump statements, fall-through, and loop updates.

C Structures and Unions MCQs: Declaration, Initialization and sizeof Solved with Explanations
Solve 10 C structures and unions questions with clear reasoning on declarations, typedef aliases, node allocation, memory layout and function calls.

Storage Classes in C MCQs: 12 Solved Questions with Explanations
Test your storage-class basics with 12 fully explained C questions, then learn the code-reading method for static recursion, pointer lifetime and extern declarations.

C Programming MCQs: 12 solved multi-topic questions with explanations
Attempt 12 mixed C questions before checking the answers. Each short solution shows the rule, calculation or definition that decides the result.

Relationship Between Arrays and Pointers in C: 10 Solved MCQs
Test the difference between arrays and pointers through 10 solved C questions. Each answer traces the expression, address movement, or declaration step by step.

C Operators and Expressions MCQs: 12 Solved Questions with Explanations
Solve 12 C operators and expressions MCQs from UGC NET, ISRO, Coal India, BPSC and UPPSC papers. Each answer traces the rule, value change, or representation that decides it.

Loops & Iteration MCQs in C: 12 Solved Questions with Explanations
Solve 12 previous-year C loop MCQs by checking conditions, tracing each pass and recognising the mathematics hidden inside short code fragments.

Call by Value, Address and Reference in C MCQs: 12 Solved Questions with Explanations
Solve 12 C questions on copied parameters, pointer writes, pointer-to-pointer swaps and array decay. Each answer includes a short trace and the exact exam trap.

C Language Concepts MCQs: 12 Solved Questions with Explanations
Solve 12 C concept MCQs on strings, macros, escape sequences, declarations and sequencing. Each answer names the rule and the wrong option it is built to catch.