C Programming
In which stage the following code#includegets replaced by the contents of the file stdio.h

During Editing
During linking
None of these
During Execution
During Preprocessing

ANSWER DOWNLOAD EXAMIANS APP

C Programming
What is function?

Function is a block of code that performs a specific task. It has a name and it is reusable.
All of these
Function is a block of statements that perform some specific task.
Function is the fundamental modular unit. A function is usually designed to perform a specific task.

ANSWER DOWNLOAD EXAMIANS APP