Home C C++ Java Python Perl PHP SQL JavaScript Linux Selenium QT Online Test

Home » C » Interview Questions on Functions in C

Interview Questions on Functions in C : (21)


Question: 1

(A) mathio.h
(B) math.h
(C) square.h
(D) stdio.h

Compiler
Level: Practitioner Category of MCQ: function



Question: 2

(A) stdio.h
(B) conio.h
(C) stdlib.h
(D) stdlibio.h

Compiler
Level: Beginner Category of MCQ: function



Question: 3

(A) math.h
(B) mathio.h
(C) string.h
(D) ctype.h

Compiler
Level: Practitioner Category of MCQ: function



Question: 4

(A) 6,6
(B) 6,7
(C) 7,7
(D) 0,0

Compiler
Level: Practitioner Category of MCQ: function



Question: 5

(A) Yes
(B) No

Compiler
Level: Practitioner Category of MCQ: function



Question: 6

(A) sum is function which takes int arguments
(B) sum is a function which takes two int arguments and returns void
(C) it will produce compilation error
(D) Can't comment

Compiler
Level: Practitioner Category of MCQ: function



Question: 7

(A) Compilation Error
(B) 0
(C) CppBuzz.com
(D) CppBuzz.com11

Compiler
Level: Beginner Category of MCQ: function



Question: 8

(A) True
(B) False

Compiler
Level: Practitioner Category of MCQ: function



Question: 9

(A) 1
(B) 2
(C) No Limit
(D) Depends on Compiler

Compiler
Level: Beginner Category of MCQ: function



Question: 10

(A) Yes
(B) No

Compiler
Level: Beginner Category of MCQ: function



Question: 11

(A) Yes
(B) No

Compiler
Level: Practitioner Category of MCQ: function



Question: 12

(A) 0
(B) 1
(C) 100
(D) 3

Compiler
Level: Practitioner Category of MCQ: function



Question: 13

(A) 1234
(B) 12340
(C) 123
(D) 0

Compiler
Level: Expert Category of MCQ: function



Question: 14

(A) 0
(B) 23.5
(C) 23.450000
(D) 23.4

Compiler
Level: Expert Category of MCQ: function



Question: 15

(A) .4
(B) 23
(C) 23.45
(D) 23.

Compiler
Level: Practitioner Category of MCQ: function



Question: 16

(A) CppBuzz10
(B) CppBuzz-10
(C) CppBuzz 10
(D) Compilation Error

Compiler
Level: Expert Category of MCQ: function



Question: 17

(A) a
(B) "a"
(C) nothing
(D) Compilation Error

Compiler
Level: Practitioner Category of MCQ: function



Question: 18

(A) a
(B) %
(C) Compilation Error
(D) Nothing is printed

Compiler
Level: Practitioner Category of MCQ: function



Question: 19

(A) a
(B) %a
(C) %%
(D) %

Compiler
Level: Expert Category of MCQ: function



Question: 20

(A) 555
(B) 543
(C) 545
(D) 544

Compiler
Level: Practitioner Category of MCQ: function



Question: 21

(A) Compilation Error
(B) Hello
(C) 5Hello
(D) Hello5

Compiler
Level: Practitioner Category of MCQ: function


C Programming Test
Compile C code here

Browse C Categories

Preprocessor Assembler Compilation Datatypes Arrays Variables Pointers Functions Loops Switch Structures Union Enum Goto & Labels Storage Classes Malloc & free Macros Conditional Operators File Handling gcc Others

Switch to C++ Questions