C-Programming
Here are some MCQs on C-Programming 1. Which of the following is not a valid data type in C? a) Double b) Real c) Float d) Char 2. In C, what is the size of the character data type? a) 2 bytes b) 4 bytes c) 8 bytes d) 1 byte 3. What is the … Read more