Question
a.
1
b.
2
c.
3
d.
4
Posted under C Programming
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. How many type of conversion are there in C?
Similar Questions
Discover Related MCQs
Q. Which conversion also called Automatic Type Conversion?
View solution
Q. In Implicit type conversion, If an operand of long int is present then the other operand will be converted to
View solution
Q. In Implicit type conversion, If an operand of type long double is present in the expression, then the corresponding operand will also be converted to
View solution
Q. Which type of conversion is NOT accepted?
View solution
Q. The process in which a function calls itself directly or indirectly is called
View solution
Q. A function fun is called __________ if it calls the same function fun.
View solution
Q. Which of the following is not an example of recursion?
View solution
Q. When any function is called from main(), the memory is allocated to it on the stack.
View solution
Q. Iteration requires more system memory than recursion.
View solution
Q. When a recursive function is called in the absence of an exit condition, it results in an infinite loop due to which the stack keeps getting filled(stack overflow). This results in a run time error.
View solution
Q. The data structure used to implement recursive function calls _____________
View solution
Q. Which of the following is true about recursion?
View solution
Q. Choose correct statement about Functions in C Language.
View solution
Q. Choose a correct statement about C Language Functions.
View solution
Q. A function which calls itself is called a ___ function.
View solution
Q. How many values can a C Function return at a time?
View solution
Q. What are types of Functions in C Language.?
View solution
Q. Choose correct statements about C Language Pass By Value.
View solution
Q. What is the limit for number of functions in a C Program?
View solution
Q. Every C Program should contain which function?
View solution
Suggested Topics
Are you eager to expand your knowledge beyond C Programming? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!