C Programming - MCQ Practice Questions
Practice free C Programming multiple-choice questions with detailed answers and explanations. Perfect for competitive exam preparation.
978 questions | 100% Free
Which of the following is NOT a fundamental data type in C?
What is the size of an 'int' variable in a 32-bit system?
Which variable declaration is correct in C?
Which keyword is used to declare a variable that cannot be modified?
Which of the following is a derived data type in C?
How many bits are used to store a 'short int' in a standard C environment?
What is the range of values for a signed char in C?
Which keyword is used to modify a variable so that it cannot be changed?
What is the size of the double data type in most 64-bit systems?
Which of the following variable names is INVALID in C?
What will be the result of sizeof(int) on a typical 32-bit system?
What is the default data type of a floating-point constant in C?
What is the range of unsigned char in C?
What is the scope of a variable declared inside a function block?
Which of the following is a storage class in C?
What is the difference between initialization and assignment in C?
What is the size of a 'float' data type in C on most 32-bit systems?
What is the range of 'signed char' in C?
What happens if you assign a double value to an int variable without casting?
What is the size of the 'char' data type in C on most modern systems?