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

Home » C » Interview Questions on Data Type in C

Interview Questions on Data Type in C : (10)


Question: 1

(A) The CppBuzz.com
(B) The C
(C) The CppBuzz
(D) Compilation Error

Compiler
Level: Practitioner Category of MCQ: datatype



Question: 2

(A) 0
(B) 15
(C) Undefined i
(D) Any other Compiler Error

Compiler
Level: EXpert Category of MCQ: datatype



Question: 3

(A) Compilation Error
(B) Runtime Error
(C) __0
(D) __30

Compiler
Level: Expert Category of MCQ: datatype



Question: 4

(A) 10.5
(B) 10
(C) 0
(D) Compilation Error

Compiler
Level: Beginner Category of MCQ: datatype



Question: 5

(A) #include<stdio.h>
(B) return 0
(C) void main(int argc , char ** argv)
(D) None of above

Compiler
Level: Beginner Category of MCQ: datatype



Question: 6

(A) 3.33
(B) 3.0
(C) 3
(D) 0

Compiler
Level: Beginner Category of MCQ: datatype



Question: 7

(A) 10
(B) 0
(C) Compilation Error
(D) Undefined

Compiler
Level: Expert Category of MCQ: datatype



Question: 8

(A) #include<stdio.h>
(B) #include"stdio.h"
(C) Both A & B

Compiler
Level: Expert Category of MCQ: datatype



Question: 9

(A) #include<stdio.h>
(B) #include"stdio.h"
(C) Both A & B

Compiler
Level: Practitioner Category of MCQ: datatype



Question: 10

(A) 1
(B) 1.0
(C) 1.0000
(D) 1.000000

Compiler
Level: Beginner Category of MCQ: datatype



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