On This Page

This set of C Programming Basic Multiple Choice Questions & Answers (MCQs) focuses on C Programming Basic Set 2

Q1 | Queue is a _____________ list.
Q2 | The statement print f ("%d", 10 ? 0 ? 5 : 1 : 12); will print?
Q3 | To represent hierarchical relationship between elements, which data structure is suitable?
Q4 | Which of the following data structure is linear type?
Q5 | The statement printf("%c", 100); will print?
Q6 | The _______ memory allocation function modifies the previous allocated space.
Q7 | Number of binary trees formed with 5 nodes are
Q8 | The "C" language is
Q9 | The worst case time complexity of AVL tree is better in comparison to binary search tree for
Q10 | In which tree, for every node the height of its left subtree and right subtree differ almost by one?
Q11 | C is ______ Language?
Q12 | The Default Parameter Passing Mechanism is called as
Q13 | What is Dequeue?
Q14 | In which linked list last node address is null?
Q15 | Which is the correct syntax to declare constant pointer?
Q16 | printf("%d%d", book.price, book.page);
Q17 | A. double and chars
Q18 | A. The smallest individual units of c program
Q19 | B. Keywords have some unknown meanings and these meanings cannot be
Q20 | A. int constant var =10;
Q21 | A. Constant
Q22 | A. Halt execution of program