Programming MCQS - QUESTION DETAILS

What is the purpose of the 'typedef' keyword in C?
A. Create a new data type
B. Define a variable
C. Declare a function
D. Include a header file

'typedef' is used to create new data types in C.

Similar Questions

How is an abstract class different from an interface in Java?






What is the output of System.out.println(Math.floor(7.8));?






What is the purpose of the 'try-catch' block in Java?






What is the purpose of the 'break' statement in a loop in Java?






What is the purpose of the 'finally' block in Java?






What is the purpose of the 'instanceof' operator in Java?






How do you create a thread in Java?






Which keyword is used to prevent method overriding in Java?






What is the output of System.out.println("Hello" + 1 + 2);?






Which of the following is a marker interface in Java?