A. MCQ & Very Short Questions: Mark: 1 Q1. It can be defined as a programming model which is based upon the concept of calling procedure. What is it called? Answer: It is called Procedure Oriented Programming (POP) . [HSLC ’24] B. Short Type Questions: Marks: 2/3 Q1. What do you mean by library function? Is sum() a library function? Justify. Answer: A library function is a pre-defined function available in the C library which can be directly used in a program, such as printf() , scanf() , sqrt() , etc. They are stored in header files like <stdio.h> , <math.h> . sum() is not a library function because it is not part of the standard C library; it has to be created by the programmer. Hence, sum() is a user-defined function , not a library function. [HSLC ’23] Q2. What is group function? Explain with an example. Answer: A group function is a function that performs an operation on a group of values and gives a single result. 👉 Example: In dat...
Class 10 Question Bank Solutions SEBA | Class 9 Question Bank Solutions SEBA | Class 5-10 Worksheets, Textual Solutions.