On This Page

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

Q1 | Who is father of C Language?
Q2 | C Language developed at _____?
Q3 | For 16-bit compiler allowable range for integer constants is ______ ?
Q4 | C programs are converted into machine language with the help of
Q5 | A C variable cannot start with
Q6 | Which of the following is allowed in a C Arithmetic instruction
Q7 | Which of the following shows the correct hierarchy of arithmetic operations in C
Q8 | What is an array?
Q9 | What is right way to Initialization array?
Q10 | An array elements are always stored in _________ memory locations.
Q11 | What is the right way to access value of structure variable book{ price, page }?
Q12 | perror( ) function used to ?
Q13 | Bitwise operators can operate upon?
Q14 | What is C Tokens?
Q15 | What is Keywords?
Q16 | What is constant?
Q17 | Which is the right way to declare constant in C?
Q18 | Which operators are known as Ternary Operator?
Q19 | In switch statement, each case instance value must be _______?
Q20 | What is the work of break keyword?
Q21 | What is function?
Q22 | Which one of the following sentences is true ?
Q23 | A binary tree with 27 nodes has _______ null branches.
Q24 | Which one of the following is not a linear data structure?
Q25 | Recursive functions are executed in a?