C Program : Programming Concept Questions & Answers
Question : Which one is not a reserve keyword in C Language?
A.
auto
B.
main
C.
case
D.
register
Correct Answer is : Option B.
- A C variable name can start with a ____
- Prototype of a function means _____
- Name the loop that executes at least once.
- Far pointer can access _____
- A pointer pointing to a memory location of the variable even after deletion of the variable is known as _____