Home / SSC(ENG) - GSEB Board / Reading Mode

📖 Reading Mode: SSC(ENG) - GSEB Board

Chapter: Introduction to C Language • Total: 164 MCQs

MCQ 1 Introduction of Programming Language

Which is the basic step in solving a problem ?

A Flowchart
B Algorithm
C Both A and B
D None of these
MCQ 2 Introduction of Programming Language

There are..........languages to write a program.

A one
B two
C three
D many
MCQ 3 Introduction of Programming Language

Which of the following is a computer language ?

A HTML
B C, C++
C JavaScript
D All
MCQ 4 Introduction of Programming Language

We can-9 write a program in Gujarati as well as English - Choose the correct option for the given statement.

A TRUE
B FALSE
C Cant say
D None of these
MCQ 5 Introduction of Programming Language

Why cant we write a program in Gujarati as well as English?

A This type of language is not compatible with computer.
B This type of language is not available in computer.
C The fonts of these languages are not available in the computer.
D These type of languages is difficult for the user.
MCQ 6 Introduction of Programming Language

To take the desired work from the computer, each sentence should be of..........type.

A meaningful
B definite
C Both A and B
D none of these
MCQ 7 Introduction of Programming Language

How many meanings should be there for the instructions given to the computer ?

A Only one
B Only two
C Only three
D Many
MCQ 8 Introduction of Programming Language

The set of predefined rules form .......... that language.

A phrase
B syntax
C word form
D numerical form
MCQ 9 Introduction of Programming Language

When we learn any new programming language it is like...........

A learning the alphabets of a language
B learning the syntax of a language
C learning new grammar of a language
D learning the history of a language
MCQ 10 Introduction of Programming Language

Which language does a computer understand ?

A Gujarati
B English
C The language of 1 and 2
D The language of 0 and 1
MCQ 11 Introduction of Programming Language

What is the language of 0 and 1 known ?

A Binary language
B Language with two meanings
C Language with two words
D Language with two formats
MCQ 12 Introduction of Programming Language

Which of the following option is true for the two people who does not understand each others language ?

A One person learns the language of the other person
B The second person learns the language of the first person
C Take the help of a third person who knows both the languages
D Both the people learn the sign language
MCQ 13 Introduction of Programming Language

The person who helps two people who dont know each others language is known as..........

A translator
B interpreter
C Both A and B
D programmer
MCQ 14 Introduction of Programming Language

To convert one language into another is known as..........

A interpreter
B translator
C Both A and B
D programmer
MCQ 15 Introduction of Programming Language

Which software has the solution for the problem of not understanding our language by the computer ?

A Translator
B Flowchart
C Algorithm
D Function
MCQ 16 Introduction of Programming Language

Translation software are known as...........

A translation
B compiler
C interpreter
D copy writer
MCQ 17 Introduction of Programming Language

A..........can be defined as finite set of precise and clear instructions given to a computer for performing a predefined task.

A program
B flowchart
C algorithm
D function
MCQ 18 Introduction of Programming Language

A program can be defined as...........

A precise instruction
B clear instruction
C predefined task
D All of these
MCQ 19 Introduction of Programming Language

The process of writing these step by step instructions using a chosen language is known as...........

A program
B programming
C translation
D transalator
MCQ 20 Introduction of Programming Language

How many inputs can a program take ?

A Zero
B Except zero
C One or more
D Zero or more
MCQ 21 Introduction of Programming Language

How many outputs can a program give ?

A Zero
B Except Zero
C One or more
D Zero or more
MCQ 22 Introduction of Programming Language

The characteristics of a program is similar to.

A algorithm
B flowchart
C function
D all of these
MCQ 23 Introduction of Programming Language

C language was introduced in which year ?

A 1970
B 1971
C 1972
D 1973
MCQ 24 Introduction of Programming Language

C language was introduced in which laboratory

A C laboratory
B AT&T Bell laboratory
C IBM laboratory
D Denis laboratory
MCQ 25 Introduction of Programming Language

The credit of C language goes to..........

A Dennis M. Ritchie
B Charles Babbage
C Herman Holerith
D Blaze Pascal
MCQ 26 Introduction of Programming Language

C language is derived from which language ?

A BCLP
B BCPA
C BCPL
D BCAL
MCQ 27 Introduction of Programming Language

Whats is the full form of BCPL ?

A Basic Combined Program Language
B Basic Combined Programming Language
C Basic Combined Printable Language
D Basic Combined Pointer Language
MCQ 28 Introduction of Programming Language

Main purpose of C language was to develop..........

A system software
B application software
C programming software
D all of these
MCQ 29 Introduction of Programming Language

Which of these language became the favorite language of the programmers ?

A Logo
B BASIC
C C
D Cobol
MCQ 30 Introduction of Programming Language

What type of language is C language ?

A General Programming Purpose Language
B General Purpose Printable Language
C General Purpose Pagewise Language
D General Purpose Programming Language
MCQ 31 Introduction of Programming Language

C language was standardized by ANSI in which of the following years?

A 1972
B 1979
C 1982
D 1989
MCQ 32 Introduction of Programming Language

What is the full form of ANSI ?

A American National Source Institute
B American National Standard Institute
C American National Section Institute
D American National State Institute
MCQ 33 Introduction of Programming Language

What name was given to C language after it was standardized by American National Standard Institute (ANSI) ?

A AN C
B ANS CX
C ANSI C
D MASTER CN
MCQ 34 Introduction of Programming Language

ANSI C was supported by...........

A different types of operating system
B different types of compilers
C different types of administrator
D Both A and B
MCQ 35 Introduction of Programming Language

What type of language is C ?

A Structured
B Multilevel
C Multipurpose
D Optional
MCQ 36 Introduction of Programming Language

The facility of dividing a program in small divisions in C language is known as...........

A key-word
B identifier
C character-set
D function
MCQ 37 History Of C Language

C program can be run on any other operating system or compiler with minimum changes done to it, this is known as...........

A user defined
B built in
C portable
D all of these
MCQ 38 Introduction of Programming Language

C language is also known as...........

A middle level language
B higher level language
C lower level language
D Both A and B
MCQ 39 Introduction of Programming Language

What type of language is C language ?

A General purpose programming language
B Structured and portable
C Middle level and higher level language
D All of these
MCQ 40 Introduction of Programming Language

C program is the collection of...........

A flowchart
B algorithm
C function
D key-word
MCQ 41 Introduction of Programming Language

.......... component holds the C structure.

A Optional section
B Compulsory section for all executable % C programs
C User defined functions
D All of these
MCQ 42 Introduction of Programming Language

What of the following is included in the Compulsory section of C language ?

A main()
B {Declaration}
C Executable Statements
D All Of These
MCQ 43 Introduction of Programming Language

In which part of C is /* and */ used?

A Documentation Section
B Compulsory section for executable program
C User defined function
D All of These
MCQ 44 Introduction of Programming Language

Comment in C language is written in between which signs ?

A "/ and /"
B " and "
C "/* and */"
D "•/ and /*"
MCQ 45 Introduction of Programming Language

Where can comment be added in C language?

A At the start of the program
B In the middle of the program
C At the end of the program
D Anywhere in the program
MCQ 46 Introduction of Programming Language

Which of the following statement is true for the comments in C language ?

A It is limited and it can be added anywhere in the program.
B It is enclosed between /* and */.
C Compiler does not make any process.
D All of these
MCQ 47 Structure of C Program

What is added in the part before symbolic constant definition ?

A #include
B #stdio
C #define
D #conio
MCQ 48 Structure of C Program

#define is also known as...........

A pre-processor directive
B pre-processor director
C pre-processor directive
D pre-processor document
MCQ 49 Structure of C Program

Symbolic consatant is generally defined by using.......... characters.

A capital
B small
C combination of capital and small
D in the form of digits
MCQ 50 Structure of C Program

For what reason is the symbolic constant written in capital ?

A Small alphabets are not valid for symbolic constant
B Capital alphabets are only valid for symbolic constant
C To differentiate from general variable
D To display as general variable
MCQ 51 Introduction of Programming Language

.......... type of functions are provided by C language.

A Predefined functions
B Inbuilt functions
C Library functions
D All
MCQ 52 Introduction of Programming Language

Inbuilt functions are also known as ...........

A library function
B user defined function
C Both A and B
D global function
MCQ 53 Introduction of Programming Language

Which of the following is an example of Inbuilt/ Library function ?

A pow()
B sqrt()
C Both A and B
D mainQ
MCQ 54 Introduction of Programming Language

Which function is used to find the exponent of a given value ?

A p()
B pow()
C power()
D powar()
MCQ 55 Introduction of Programming Language

Which function is used to find the square root of a given value ?

A sq()
B sr()
C sqrt()
D sroot()
MCQ 56 Introduction of Programming Language

The file which hold the information about the use of Library functions are known as...........

A header file
B master file
C program file
D insert file
MCQ 57 Introduction of Programming Language

The file which hold the information about the use of Library functions are known as...........

A master file
B program file
C insert file
D header file
MCQ 58 Introduction of Programming Language

What is the extension of Header File ?

A .h
B .he
C .hea
D .hdr
MCQ 59 Introduction of Programming Language

The syntax of header file in C language is

A #define
B #define
C #include
D #includ
MCQ 60 Introduction of Programming Language

Which of the following represent a Header file ?

A #include
B #inclde
C Both A & B
D None of above
MCQ 61 Introduction of Programming Language

Which of the following represents a type of variable ?

A Local variable
B Global variable
C Both A and B
D None of these
MCQ 62 Introduction of Programming Language

The scope of C variable is decided using .......... symbol.

A ( and )
B # and #
C { and }
D /* and */
MCQ 63 Introduction of Programming Language

Local variables are enclosed within .......... symbols.

A /* and */
B ( and )
C { and }
D # and #
MCQ 64 Introduction of Programming Language

Those variables which are used beyond its scope are known as..........types of variables,

A Global variable
B Local variable
C Both A and B
D None of these
MCQ 65 Introduction of Programming Language

Where is global variable written?

A Between { and }
B Before all the functions
C A or B
D Anywhere in the program
MCQ 66 Introduction of Programming Language

.......... function is compulsory in all the C program.

A main()
B pow()
C sqrt()
D int()
MCQ 67 Introduction of Programming Language

Execution of C program is started by which of the following function ?

A int()
B scanf()
C main()
D return()
MCQ 68 Introduction of Programming Language

The control of the program is given to.......... function first and from there other processes are done.

A printf()
B scanf()
C return()
D main()
MCQ 69 Introduction of Programming Language

Which of the following is a type of function ?

A User defined function
B Inbuilt function
C Both A and B
D None of these
MCQ 70 Introduction of Programming Language

The functions created as per the need of a user is known as ..........

A user defined functions
B in-built functions
C user installed functions
D user complement function
MCQ 71 Introduction of Programming Language

Generally the user defined functions are added ..........

A before the main() function
B after the main() function
C in between the main() function
D we cant add this type of function
MCQ 72 Introduction of Programming Language

Inbuilt functions are also known as ...........

A inbuilt function
B library function
C Both A and B
D user defined function
MCQ 73 Introduction of Programming Language

Which of the following option represent inbuilt function ?

A printf()
B pow()
C sqrt()
D All
MCQ 74 Introduction of Programming Language

Which of the following is a category of the C character set ?

A Letters and digits
B White spaces
C Special characters
D All of these
MCQ 75 Introduction of Programming Language

Which of the following represent the "letter" category in the C character set ?

A A to Z, a to z
B 0 to 9
C Blank space, form feed, horizontal tab, vertical tab, new line
D &, >, $, =, /, !, A
MCQ 76 Introduction of Programming Language

Which of the following represent the "digits" category in the C character set ?

A A to Z, a to z
B 0 to 9
C Blank space, form feed, horizontal tab, vertical tab, new line
D &, >, $, =, /, !, A
MCQ 77 Introduction of Programming Language

Which of the following represent the "White space" category in the C character set ?

A A to Z, a to z
B 0 to 9
C Blank space, form feed, horizontal tab, vertical tab, new line
D &, >, $, =, /, !, A
MCQ 78 Introduction of Programming Language

Which of the following represent the "Special characters" category in the C character set ?

A A to Z, a to z
B 0 to 9
C Blank space, form feed, horizontal tab, vertical tab, new line
D &, >, $, =, /, !, A
MCQ 79 Introduction of Programming Language

.......... is constructed using the character set of C language.

A Letters
B Words
C Paragraph
D All of these
MCQ 80 Introduction of Programming Language

Set of logically sequential C statements thus is identified as ...........

A C function
B C program
C C statement
D C flowchart
MCQ 81 Introduction of Programming Language

Words in C language are known as ...........

A token
B torken
C toppers
D top en
MCQ 82 Introduction of Programming Language

Each character in C language is a ...........

A letter
B statement
C token
D program
MCQ 83 Introduction of Programming Language

Basically how many types of tokens are this in C language ?

A 5
B 6
C 7
D 8
MCQ 84 Introduction of Programming Language

Which of the following represent a token C language ?

A Key-word, identifier
B Constant, strings
C Operator, special characters
D All of these
MCQ 85 Introduction of Programming Language

Which of the following represents a key-word?

A int
B *
C main()
D 12
MCQ 86 Introduction of Programming Language

How many predefined words are supported by ANSI C ?

A 31
B 32
C 33
D 34
MCQ 87 Introduction of Programming Language

Predefined words in C language are known as.

A key-word
B identifier
C token
D constant
MCQ 88 Introduction of Programming Language

What can a variable name consists of ?

A Letters
B Digits
C Underscore
D All
MCQ 89 Introduction of Programming Language

The first character of variable name must be

A letters or digits
B letters or underscore
C digits or underscore
D letters or digits or underscore
MCQ 90 Introduction of Programming Language

The maximum length of variable name as per ANSI standards is ...........

A 30
B 31
C 32
D 33
MCQ 91 Introduction of Programming Language

What type of variable names are these num,NUM,Num,nUm,nuM,nUM,Num ?

A Equivlent
B Different
C Special
D Cant say
MCQ 92 Introduction of Programming Language

Which of the following is a type of constant ?

A Numeric constant, symbolic constant
B Character set constant
C Back slash characters
D All
MCQ 93 Introduction of Programming Language

The constant that store numeric value is known as ............

A numeric constant
B symbolic constant
C character constant
D back slash characters
MCQ 94 Introduction of Programming Language

Which of the following is a type of numeric constant ?

A Integer constant
B Real constant
C Both A and B
D None of these
MCQ 95 Introduction of Programming Language

Which of the following is a type of integer constant ?

A Octal
B Decimal
C Hexadecimal
D All
MCQ 96 Introduction of Programming Language

Octal constants use how many digits ?

A 2
B 8
C 10
D 16
MCQ 97 Introduction of Programming Language

The base of octal number system is...........

A 16
B 10
C 8
D 2
MCQ 98 Introduction of Programming Language

When using the value in C we differentiate octal numbers from decimal numbers by using prefix...........

A 0
B 1
C 2x
D 0X
MCQ 99 Introduction of Programming Language

Decimal constants use how many digits ?

A 2
B 8
C 10
D 16
MCQ 100 Introduction of Programming Language

The base of decimal number system is...........

A 16
B 10
C 8
D 2
MCQ 101 Introduction of Programming Language

We can use as prefix .......... with decimal numbers.

A unary plus
B unary minus
C Both A and B
D None
MCQ 102 Introduction of Programming Language

Hexadecimal constants use how many digits?

A 2
B 8
C 10
D 16
MCQ 103 Introduction of Programming Language

The hexadecimal constants use .......... characters.

A 0 to 15 .
B 0 to 16
C 0 to 9 and A to F
D A
MCQ 104 Introduction of Programming Language

The letter C denotes .......... in hexadecimal constant.

A 11
B 12
C 13
D 14
MCQ 105 Introduction of Programming Language

The base of hexadecimal number system is

A 16
B 10
C 8
D 2
MCQ 106 Introduction of Programming Language

Due to which of the following reasons Rs. 500 is invalid integer constant ?

A digits are not valid
B Letters are not valid
C Zero is not valid
D All of these
MCQ 107 Introduction of Programming Language

.......... refer to decimal numbers that have fractional part.

A Integer constant
B Mixed constant
C Real constant
D All
MCQ 108 Introduction of Programming Language

Which of the following is a real constant ?

A 10.5
B 3.14
C -65.75
D All
MCQ 109 Introduction of Programming Language

How is a real constant represented ?

A Scientific
B Word form
C Symbolic
D Graphical
MCQ 110 Introduction of Programming Language

What is used to represent the real constant in the scientific form ?

A Mantissa
B Exponent
C Both A and B
D None of these
MCQ 111 Introduction of Programming Language

How is 25.75 value represented in scientific form ?

A 25.75
B 25.75
C Both A and B
D (0.2575)2
MCQ 112 Introduction of Programming Language

In 0.2575e5, which of the following show mantissa ?

A 0.2575
B e
C 5
D Both A and B
MCQ 113 Introduction of Programming Language

In 0.2575e5 which of the following show exponent ?

A 0.2575
B e
C 5
D Both A and B
MCQ 114 Introduction of Programming Language

.......... constants are used to store the information made of characters.

A Integer constant
B Real constant
C Character constant
D All of these
MCQ 115 Introduction of Programming Language

.......... value is attached to each character constant.

A ANSI
B ASCII
C SciTE
D No value is attached
MCQ 116 Introduction of Programming Language

ASCII stands for ...........

A American Standard Code for Information Interchange
B American Standard Code for Interchange Information
C American Standard Code for Intelligent Interchange
D American Standard Code for Internet Interchange
MCQ 117 Introduction of Programming Language

String constants are enclosed within .......... symbols.

A single quote
B double quotes
C round brackets
D curly brackets
MCQ 118 Words

back slash characters are known as ...........

A escape Sequence
B ex Sequence
C access Sequence
D excellent Squence
MCQ 119 Introduction of Programming Language

........value is associated back slash characters.

A ANSI
B IBM
C ASCII
D Any of these
MCQ 120 Introduction of Programming Language

..... back slash character is used to insert a null value.

A "slash a"
B "slash d"
C "slash c"
D "slash 0(zero)"
MCQ 121 Introduction of Programming Language

.......... back slash character is used to insert an audible alert.

A slash a
B slash b
C slash c
D slash d
MCQ 122 Introduction of Programming Language

In the syntax of symbolic constant #define identifier value, what is pre-processor directive ?

A #define
B indentifier
C value
D All
MCQ 123 Introduction of Programming Language

Which of the following is an example of symbolic constant ?

A #define PI 3.14
B #define MAXVALUE 100
C #define f float
D All
MCQ 124 Introduction of Programming Language

.......... instructs the compiler that the occurrence of the symbolic constant used in program should be replaced by the constant value specified in the definition.

A Pre-processor directive statememt
B Pre-processing directive statememt
C Pre-process directive statememt
D Pre-processed directive statememt
MCQ 125 Introduction of Programming Language

Which of the following options is a step to execute a C program ?

A Text editor and translator
B Linker and loader
C Both A and B
D None of these
MCQ 126 Introduction of Programming Language

Which is the first step to execute a C program?

A Text editor
B Translator
C Linker
D Loader
MCQ 127 Introduction of Programming Language

The program which is written using a text editor is known as ............

A source program
B source code
C A or B
D text program
MCQ 128 Introduction of Programming Language

What is the file extension in C language ?

A .c
B .cp
C xpc
D .ccc
MCQ 129 Introduction of Programming Language

.......... text editor is available in Linux operating system.

A vi
B gedit
C emacs
D All
MCQ 130 Introduction of Programming Language

.......... converts a source program into machine language program known as object code or object program.

A Compiler
B Flowchart
C Algorithm
D Processor
MCQ 131 Introduction of Programming Language

Which is the third step to execute a C program ?

A Text editor
B Translator
C Linker
D Loader
MCQ 132 Introduction of Programming Language

Which of the following links the object code with the executable code ?

A Text editor
B Translator
C Linker
D Loader
MCQ 133 Introduction of Programming Language

Object code is linked with the executable code to give...........

A executable program / executable code
B source code / source program
C Both A and B
D none of these
MCQ 134 Introduction of Programming Language

Which is the fourth step to execute a C program ?

A Text editor
B Translator
C Linker
D Loader
MCQ 135 Introduction of Programming Language

Executable code is loaded on to memory by a program called .......... along with the data required to give us the output.

A text Editor
B translator
C linker
D Loader
MCQ 136 Introduction of Programming Language

.......... gives the final output of the program.

A Text editor
B Translator
C Linker
D Loader
MCQ 137 Introduction of Programming Language

Which text editor is used to write C program ?

A vi, gedit
B SciTE
C emacs
D All
MCQ 138 Introduction of Programming Language

.......... text editor allows us to compile and run simple programs with one window itself.

A vi
B gedit
C SciTE
D emacs
MCQ 139 Introduction of Programming Language

What option is selected to open the SciTE Text editor ?

A Application -> Programming -> SciTE Text Editor
B Application —> Editor -> SciTE Text Editor
C Application —> Text Editor —> SciTE Text Editor
D Application —> Accessories -> SciTE Text Editor
MCQ 140 Introduction of Programming Language

Default file name given to a file by SciTE is..........

A New
B File
C Untitled
D Text
MCQ 141 Introduction of Programming Language

Before writing the C program in SciTE, which option in the menu is selected ?

A Tools -> C/C++
B Language — > C/C++
C Tools -> Language -> C/C++
D Edit —> Language —> C/C++
MCQ 142 Introduction of Programming Language

..........option is used in the menu to save the file in SciTE text editor.

A File -> Save
B File -> Store
C File -> Compile
D File -> Run
MCQ 143 Introduction of Programming Language

To find the error once the program is written in SciTE text editor..........is done.

A run
B compile
C execute
D any of these
MCQ 144 Introduction of Programming Language

.......... menu option is selected to compiles file in SciTE text editor.

A Tools -> Compile
B File -> Compile
C Edit -> Compile
D View -> Compile
MCQ 145 Introduction of Programming Language

..........is the short cut key to compile the fill in SciTE text editor.

A Ctrl + F5
B Ctrl + F6
C Ctrl + F7
D Ctrl + F8
MCQ 146 Introduction of Programming Language

.......... menu option is selected to execute a file in SciTE text editor.

A File -> Go
B Tools -> Go
C Edit -* Go
D View -> Go
MCQ 147 Introduction of Programming Language

..........is the short cut key to execute a file in SciTE text editor.

A F2
B F3
C F4
D F5
MCQ 148 Introduction of Programming Language

.......... window is seen while executing a program in SciTE text editor.

A Source code
B Output
C Both A and B
D Executable
MCQ 149 Introduction of Programming Language

Which menu opton is selected to show the output window in the SciTE text editor ?

A View -> Output
B Tools -> Output
C Format -» Output
D Edit -> Output
MCQ 150 Introduction of Programming Language

..........is the short cut key to show the output window in die SciTE text editor.

A F5
B F6
C F7
D F8
MCQ 151 Introduction of Programming Language

To delete the previous results in the output window of the SciTE text editor.......option is used.

A View -> Clear Output
B Tools -> Clear Output
C Edit -> Clear Output
D Format -» Clear Output
MCQ 152 Introduction of Programming Language

..........is the short cut key to delete the previous results in the output window of the SciTE text editor.

A Shift + F5
B Alt + F5
C Ctrl + F5
D Ctrl + Shift + F5
MCQ 153 Introduction of Programming Language

To execute the input type program in SciTE text editor..........is used.

A editor
B terminal
C compiler
D translator
MCQ 154 Introduction of Programming Language

Which of the following is an example of a compiler window ?

A gcc
B gedit
C emacs
D vi
MCQ 155 Introduction of Programming Language

gcc is provided by.......... .

A Open Software Foundation
B Free Source Foundation
C Open Source Foundation
D Free Software Foundation
MCQ 156 Introduction of Programming Language

gcc is ..........based ANSI C compiler.

A Unix/Linux
B Windows
C Mac operating system
D All of these
MCQ 157 Introduction of Programming Language

gcc is generally used by...........

A graphics
B command line
C video based
D all of these
MCQ 158 Introduction of Programming Language

Full form of IDE is ...........

A Integrated Development Environment
B Integrated Database Environment
C Integrated Development Electronics
D Integrated Data Environment
MCQ 159 Introduction of Programming Language

To do compilation using gcc,..........command is typed in the terminal.

A $ filename.c gcc
B $ gcc compile filename.c
C $ gcc filename.c
D $ gcc filename.c compile
MCQ 160 Introduction of Programming Language

.......... shows how to give a name to output file using gcc command.

A $ gcc -o myprogram.o myprogram.c
B $ gcc -d myprogram.o myprogram.c
C $ gcc -c myprogram.o myprogram.c
D $ gcc -v myprogram.o myprogram.c
MCQ 161 Introduction of Programming Language

To get help regarding gcc compiler .......... command is used.

A $ gcc man
B $ help gcc
C $ assist gcc
D $ user gcc
MCQ 162 Introduction of Programming Language

The full form of man is ............

A management
B manufacture
C manual
D mantel
MCQ 163 Introduction of Programming Language

..........is case sensitive in C program.

A Identifier
B Variable
C Value
D All of these
MCQ 164 Introduction of Programming Language

.......... sign is used at the end of each statement in C language.

A ;
B :
C /
D /*