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

Function declaration consist:

Question # 2

The printf is a

Question # 3

The function definition consists of:

Question # 4

A built-in function:

Question # 5

The parameters in function declaration is called:

Question # 6

Which of the following can return a value

Question # 7

Which of the following steps takes place when function is called:

Question # 8

Function declaration consists of

Question # 9

Which of the following is not valid function declaration?

Question # 10

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

Question # 11

Function definition can be written

Question # 12

The scope of a variable refers to its:

Question # 13

The printf is a:

Question # 14

Function prototype for built-in functions are specified in:

Question # 15

A variable declaration outside any function is known as:

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 A built-In function
A. Cannot be redefined
B. Can be redefined
C. Cannot return a value
D. Should be redefined
2 In a C program, two functions can have:
A. Same name
B. Same parameters
C. Same name and same parameters
D. Same name but different parameters
3 Function declaration consists of
A. Function name
B. Function return type
C. Number and types of parameters
D. All of these
4 Which of the following is type of function available in C language?
A. User defined
B. Built in
C. Subprogram
D. Both A and B
5 Which of the following is incorrect?
A. A function can call another function
B. A function can be calling many times in a program
C. A function can return values input by user
D. A function must have at least one value parameter
6 Global variables are created in:
A. RAM
B. ROM
C. Hard disk
D. Cache
7 Which statement is used by a function used to return a value:
A. Given
B. Return
C. Continue
D. Send
8 The function definition consists of:
A. Function header of function declaration
B. Function body
C. Both A and B
D. None of these
9 Another name for built in function:
A. User defined function
B. Library function
C. Arithmetic function
D. Both A and B
10 Function definition can be written
A. Before main() function
B. After main() function
C. In a separate file
D. All of these

Test Questions

Is this page helpful?