C Program : Programming Concept Questions & Answers
Question : Prototype of a function means _____
A.
Name of Function
B.
Output of Function
C.
Declaration of
Function
D.
Input of a Function
Correct Answer is : Option C.
- 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 ___
- A pointer that is pointing to NOTHING is called ____