Hello students welcome to CSE Study247, Today I am provide you MCQs on Function in C.
This page provide 20 Multiple choice question with Answer that is very useful of Computer science students like preparation of many exam Like ( ISRO,DRDO ,Semester, Interview, TCS , Railway & another Government Sector)
❤️ TOP 500+ C Programming Question and Answer
C programming is the basic language of programming that help to learn another language. So this MCQ is very useful for you.
C is a general purpose ,high level language that originally developed by Dennis Ritchie to develop the UNIX operating system at Bell labs.
Q.1 What is the default return type if it is not specified in function definition?
Q.2 The default parameter passing mechanism is
Q.3 Functions can return structure in c?
Q.4 What are the types of functions in C Language?
Q.5 Choose a correct statement about C language function arguments.
Q.6 Which of the following example of user defined function
Q.7 Which of the Advantage of function
Q.8 What characters are allowed in a C function name identifier?
Q.9 What is the limit for number of functions in a C Program?
Q.10 A function which calls itself is called a ___ function
Q.11 The functions which we create for specific task is known as —- functions
Q.12 Which of the following advantages of modular programming
Q.13 Users can create their own functions for performing any specific task of the program
Q.14 Declaring a function is also called as ?
Q.15 Find out the output for the following program
void sum(int a,int b)
{
int z;
int c;
printf(“addition=%d”,c);
}
1. Official Telegram | Click Here |
2. Telegram For CSE MCQs | Click Here |
3. You Tube | Click Here |