Advanced C quiz

Quiz
•
Computers
•
University
•
Medium
Bhavana Sangamnerkar
Used 37+ times
FREE Resource
21 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Choose correct statement about Functions in C Language.
A Function is a group of c statements which can be reused any number of times.
Every Function has a return type.
Every Function may no may not return a value.
All the above.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Choose a correct statement about C Language Functions.
A function name can not be same as a predefined C Keyword.
A function name can start with an Underscore( _ ) or A to Z or a to z.
Default return type of any function is an Integer.
All the above.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A function which calls itself is called a ___ function.
Self Function
Auto Function
Recursive Function
Static Function
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of C Program with Functions.?
int main()
{
void show()
{
printf("HIDE");
}
show();
return 0;
}
No output
HIDE
Compiler error
None of the above
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of C Program with functions?
void show();
int main()
{
show();
printf("ARGENTINA ");
return 0;
}
void show()
{
printf("AFRICA ");
}
ARGENTINA AFRICA
AFRICA ARGENTINA
ARGENTINA
Compiler error
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
int **ptr; here ptr is:
Pointer
Pointer to pointer
Both
None of the above
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In the call by reference we pass:
Value of the variable
Address of variable
Both value and address
None of above
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
Knack Club Selection Test

Quiz
•
University
18 questions
Linked List

Quiz
•
KG - University
20 questions
Web Systems and Technologies

Quiz
•
University
20 questions
TechnoFuzzle

Quiz
•
University
20 questions
Pointers

Quiz
•
University
25 questions
Compro. Final 1/64 part1

Quiz
•
University
20 questions
Excel 2016

Quiz
•
6th Grade - Professio...
20 questions
Object Oriented Concepts Through CPP

Quiz
•
University
Popular Resources on Wayground
15 questions
Hersheys' Travels Quiz (AM)

Quiz
•
6th - 8th Grade
20 questions
PBIS-HGMS

Quiz
•
6th - 8th Grade
30 questions
Lufkin Road Middle School Student Handbook & Policies Assessment

Quiz
•
7th Grade
20 questions
Multiplication Facts

Quiz
•
3rd Grade
17 questions
MIXED Factoring Review

Quiz
•
KG - University
10 questions
Laws of Exponents

Quiz
•
9th Grade
10 questions
Characterization

Quiz
•
3rd - 7th Grade
10 questions
Multiply Fractions

Quiz
•
6th Grade