C Program : Programming Concept Questions & Answers
Question : Name the loop that executes at least once.
A.
For
B.
If
C.
do-while
D.
while
Correct Answer is : Option C.
- 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 ___
- A pointer that is pointing to NOTHING is called ____
- Who is known as the father of C Language ?