Programming MCQS - QUESTION DETAILS

Which of the following is not a valid C data type?
A. int
B. char
C. real
D. double

'real' is not a valid data type in C.

Similar Questions

How do you declare a function pointer in C?






Which of the following is a correct way to create an ArrayList in Java?






Which Java keyword is used to implement multiple interfaces in a class?






How do you create an object of a class in Java?






What is the role of the 'static' keyword in Java?






What is the output of printf("%c", 'a' - 32);?






What is the purpose of the 'finalize' method in Java?






How do you create a thread in Java?






What is the output of System.out.println("Java" == "Java");?






What is the output of printf("%d", 10 % 3);?