C Program : Programming Concept Questions & Answers
Question : A C variable name can start with a ____
A.
Number
B.
Plus Sign (+)
C.
Underscore
D.
Asterisk
(*)
Correct Answer is : Option C.
- 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 _____
- An uninitialized pointer in C is called ___