12th class (Fsc) computer unit 13 MCQs

a. Int ave 3(int, int, int);
b. Int ave3(int, int b, int c)
c. Int ave3(int a1, int a2, int a3);
d. Int 3ave(int a, int b, int c)

d. Int 3ave(int a, int b, int c)

a. It cannot return any value
b. It can return one value only
c. It cannot be used in a function
d. It can return integer value only

b. It can return one value only

a. Compiler
b. Linker
c. Parser
d. Loader

a. Compiler

a. Transfers control to the main function
b. Stops the execution of the program
c. Resumes the execution of the program
d. Transfers control to the called function

d. Transfers control to the called function

a. Definition
b. Declaration
c. First reference
d. Destruction

a. Definition

a. Register variable
b. Automatic variable
c. Run time variable
d. Static variable

b. Automatic variable

a. Accessibility
b. Length
c. Data type
d. Name

a. Accessibility

a. Definition
b. Declaration
c. First reference
d. Destruction

a. Definition

a. Register variable
b. Automatic variable
c. Run time variable
d. Static variable

b. Automatic variable

a. Accessibility
b. Length
c. Data type
d. Name

a. Accessibility

a. Local variable
b. Global variable
c. Automatic variable
d. Both A & C

d. Both A & C

a. Hard Disk
b. RAM
c. Cache
d. ROM

b. RAM

a. External variable
b. Global variable
c. Static
d. Local variable

b. Global variable

a. Expression
b. Function
c. Constant
d. Parameter

d. Parameter

a. Must be different
b. May or may not be same
c. Must be in lowercase
d. Must be same

b. May or may not be same

a. Original arguments
b. Actual arguments
c. Referenced arguments
d. Dummy arguments

d. Dummy arguments

a. Delivering
b. Sending
c. Passing
d. Filtering

c. Passing

Click here to go directly on chapter no.14

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *