No student devices needed. Know more
12 questions
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
Choose a correct statement about C Function?
"main" is the name of default must and should Function
main() is same as int main()
By default, return 0 is added as the last statement of a function without specific return type
All the above
A function which calls itself is called a ___ function.
Self Function
Auto Function
Recursive Function
Static Function
How many times the program will print "Algbly"?
Infinite times
32767 times
65535 times
Till stack overflows
Determine Output
PISTA CACHEW
CASHEW PISTA
PISTA CASHEW with compiler warning
Compiler error
What are the types of functions in C Language?
Library Functions
User Defined Functions
Both Library and User Defined
None of the above
What is the limit for number of functions in a C Program?
16
31
32
No Limit
Every C Program should contain which function?
printf()
show()
scanf()
main()
What is the minimum number of functions to be present in a C Program?
1
2
3
4
What is the maximum number of statements that can present in a C function?
64
128
256
None of the above
What characters are allowed in a C function name identifier?
Alphabets, Numbers, %, $, _
Alphabets, Numbers, Underscore ( _ )
Alphabets, Numbers, dollar $
Alphabets, Numbers, %
Choose a non Library C function below
printf()
scanf()
fprintf()
printf4()
Explore all questions with a free account