C LANGUAGE Quiz 2

Results

#1. which of the following are valid character constants:

#2. Which of the following operator can be used to access value at address stored in a pointer variable?

#3. The “const” feature can be applied to

#4. Length of the string “Correct” is

#5. what are tokens?

#6. int32_t is a data type that is guaranteed to be available on all standard conforming C implementations and represents a 32 bit signed integer type?

#7. What is the scope of an external variable?

#8. Which of the following is the correct way to declare a function pointer named pMyFunc that returns an int and has an int parameter?

#9. Which of the following cannot be static in C?

#10. Which is valid C expression?

finish