C Language MCQ - English
When we mention the prototype of a function?
Home | Discussion ForumWhen we mention the prototype of a function?
Defining
Declaring
Prototyping
Calling
Answer : B
View More Related Question
1) Which one of the following statements is incorrect?
A compiler compiles the source program.
An assembler takes an assembly program as input
A compiler does the same type of function as interpreter
None of the above
View Answer
2) A C variable cannot start with
3) Who is father of C Language?
4) Is the following statement a declaration or definition?
extern int i;
5) Which one of the following is not a valid identifier?