ECAT Pre Computer Science MCQ Test For Computer Chapter 12 With Answer

MCQ's Test For ECAT Computer Science Chapter 12 Introduction to C Language

Try The MCQ's Test For ECAT Computer Science Chapter 12 Introduction to C Language

  • Total Questions15

  • Time Allowed15

ECAT Computer Science Chapter 12 Introduction to C Language

00:00
Question # 1

The parameters in function declaration is called:

Question # 2

The function definition consists of:

Question # 3

Which of the following is not valid function declaration?

Question # 4

Formal arguments are also called:

Question # 5

What is a variable name that is used by a function to receive passed values?

Question # 6

A value that can be sent to a function is known as

Question # 7

Which of the following looks for the prototypes of functions used in a program?

Question # 8

Global variables are created in:

Question # 9

A variable declaration outside any function is known as:

Question # 10

Function prototype for built-in functions are specified in:

Question # 11

Which of the following Is NOT a valid function declaration?

Question # 12

The name of actual and formal parameters

Question # 13

Variable is allocated to a local variable at the time of its:

Question # 14

A type of function that is available as part of language is known as

Question # 15

Function declaration can be written:

Prepare Complete Set Wise ECAT Computer Science Chapter 12 Introduction to C Language MCQs Online With Answers


Topic Test

00:00

Top Scorers Of ECAT Computer Science Chapter 12 Introduction to C Language MCQ`s Test

  • F
    Fatima 05 - Feb - 2019 01 Min 12 Sec 60/60
  • K
    kanwal shahzadi 12 - Feb - 2019 01 Min 26 Sec 55/60
  • A
    Ambreen Zubari 15 - Feb - 2019 01 Min 46 Sec 55/60
  • I
    Iftikhar Ahmad 02 - Nov - 2018 02 Min 13 Sec 55/60
  • A
    aamna 29 - Nov - 2018 02 Min 30 Sec 55/60
  • M
    Muhammad noor Ahmed 26 - Feb - 2024 03 Min 46 Sec 55/60
  • M
    muhammad Yousaf Yousaf 18 - Oct - 2023 02 Min 48 Sec 50/60
  • S
    Suleman Zeeshan 06 - Jul - 2021 03 Min 21 Sec 50/60
  • M
    M.Faiq 26 - May - 2024 02 Min 09 Sec 45/60
  • A
    Abdullah 30 - Jan - 2024 02 Min 42 Sec 45/60
  • S
    Salman 25 - Feb - 2024 03 Min 31 Sec 45/60
  • M
    Marwa Ashfaq 19 - May - 2024 04 Min 53 Sec 45/60
  • A
    Alishba Farooq 10 - Mar - 2024 07 Min 01 Sec 45/60
  • T
    talha gamer 11 - Dec - 2025 07 Min 59 Sec 44/60
  • M
    maryam 15 - Nov - 2018 01 Min 44 Sec 40/60

ECAT Computer Sciences Chapter 12 Important MCQ's

Sr.# Question Answer
1 The parameters in function declaration is called:
A. Returned parameters
B. Both A and B
C. Actual parameters
D. Formal parameters
2 The first line of function definition is known as:
A. Function header
B. Function body
C. Arguments
D. Return type
3 Formal arguments are also called
A. Actual arguments
B. Dummy arguments
C. Original arguments
D. Referenced arguments
4 Which of the following steps takes place when function is called:
A. The control moves to the function that is called
B. All statements in the body of function are executed
C. The control returns back to the calling function
D. All of these
5 The process of sending an argument to a function is called:
A. Sending
B. Filtering
C. Delivering
D. Passing
6 Function prototype for built-in functions are specified In
A. Source file
B. Header file
C. Object file
D. Image file
7 The name of actual and formal parameters:
A. May or may not be same
B. Must be same
C. Must be different
D. Must be in lower case
8 The statement that activates a function is known as:
A. Function call
B. Function output
C. Function design
D. Function definition
9 Function definition can be written
A. Before main() function
B. After main() function
C. In a separate file
D. All of these
10 Which of the following Is NOT a valid function declaration?
A. Int ave3(int a, Int b, Int c);
B. Int 3ave(Int a, Int b, Iht c);
C. int ave3(int, int, int);
D. int ave_3(int al, int a2, Int a3)

Test Questions

Is this page helpful?