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

Home » C » C Objective Questions And Answers (Page-4)

C Objective Questions And Answers - 195

Page 4 of 10 (61 - 80)


Question: 61

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

C Compiler IDE
Level: Expert Category: function



Question: 62

(A) binary form
(B) ASCII code form
(C) decimal form
(D) alphanumeric form

C Compiler IDE
Level: Beginner Category: other



Question: 63

(A) 66D
(B) 41H
(C) 0100 0010
(D) 0110 0011

C Compiler IDE
Level: Beginner Category: other



Question: 64

(A) 48D
(B) 32H
(C) 0011 1000
(D) 42H

C Compiler IDE
Level: Beginner Category: loops



Question: 65

(A) C11
(B) C99
(C) C95
(D) C89

C Compiler IDE
Level: Practitioner Category: other



Question: 66

(A) 1
(B) 2
(C) 3
(D) 4

C Compiler IDE
Level: Beginner Category: preprocessor



Question: 67

(A) Yes
(B) No

C Compiler IDE
Level: Beginner Category: preprocessor



Question: 68

(A) Linker
(B) Compiler
(C) Assembler
(D) Preprocessor

C Compiler IDE
Level: Expert Category: preprocessor



Question: 69

(A) Yes
(B) No

C Compiler IDE
Level: Practitioner Category: preprocessor



Question: 70

(A) .h
(B) .exe
(C) .i
(D) .asm

C Compiler IDE
Level: Expert Category: preprocessor



Question: 71

(A) Yes
(B) No

C Compiler IDE
Level: Expert Category: preprocessor



Question: 72

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

C Compiler IDE
Level: Expert Category: datatype



Question: 73

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

C Compiler IDE
Level: Practitioner Category: preprocessor



Question: 74

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

C Compiler IDE
Level: Practitioner Category: datatype



Question: 75

(A) #pragma
(B) #error
(C) #ifndef
(D) #elseif

C Compiler IDE
Level: Expert Category: macros



Question: 76

(A) CppBuzz.com
(B) No output
(C) Compilation Error in preprocessing
(D) None of above

C Compiler IDE
Level: Practitioner Category: preprocessor



Question: 77

(A) Yes
(B) No
(C) Depends on Compiler

C Compiler IDE
Level: Beginner Category: loops



Question: 78

(A) CppBuzz.com
(B) Nothing
(C) Compilation Error
(D) Depends on Compilor

C Compiler IDE
Level: Practitioner Category: preprocessor



Question: 79

(A) -- #include<stdio.h>
(B) // #include<stdio.h>
(C) ''#include<stdio.h>
(D) ##include<stdio.h>

C Compiler IDE
Level: Practitioner Category: preprocessor



Question: 80

(A) Yes
(B) No

C Compiler IDE
Level: Beginner Category: preprocessor