Past Papers 12th Class Computer Science Ch 13 Questions
- What is function prototype?
- List the different types of functions.
- Compare local and global variable.
- What is the life time of global variable?
- What is the function call statement?
- What are actual parameters?
- How a function returns value?
- How does a function make programming easier?
- Describe built in function.
- What is the life time of local variable?
- List some benefits of using function.
- Define the term function?
- Differentiate between Function Definition and Function Declaration.
- Define function body.
- Define local variable.
- What is function definition?
- What is lifetime of a variable?
- Define local variable and their scope?
- What is function header?
- Use of parameters in function.
- Which types of functions are the part of language?
- Write down the scope of global variables?
- Differentiate between actual and formal parameters.
- Why is function used in program?
- What is return statement?
- Convert the following code into do while loop.
- Write error from the following code.
#include
void main()
}
float y=3.14
if(Y==3.14)
prin f (´´%d`` , y)
}
- Define user defined function.
- What is meant by scope of variable?
- Give an example of user defined and built-in function?
- Define global variable?
0 Comments