200 likes | 334 Views
Chapter - 3 Quiz questions. C is a high level language. Evolved by _________________. Dennis Ritchie and Brain Kernighan(1978). C++ is a s uperset of C developed by ____________. Bjarne Stroustrup. C++ character set consists of____________.
E N D
Chapter - 3 Quiz questions
C is a high level language.Evolved by _________________ • Dennis Ritchie and Brain Kernighan(1978) Computer science and Engg
C++ is a superset of C developed by ____________. • BjarneStroustrup Computer science and Engg
C++ character set consists of____________ • letters, digits, special characters, white spaces. Computer science and Engg
A token is a _____________that logically belong together. • group of characters Computer science and Engg
Keywords are _______used as variable and constant names. • not to be Computer science and Engg
An identifier is a name for a __________ • variable, constant, function, etc. Computer science and Engg
An identifier should not be a reserved word of C++. (Ture or False) • True Computer science and Engg
Identifiers ___________have special characters in them. • cannot Computer science and Engg
A real constant in fractional form consists of __________digits including a decimal point between digits. • signed or unsigned Computer science and Engg
A sequence of character enclosed within double quotes is called a___________ • string literal. Computer science and Engg
_______ helps us to associate an identifier with a constant value in your program • Symbolic constants Computer science and Engg
Each variable needs ___________that distinguishes it from the others. • an identifier Computer science and Engg
______is the practice by Software Engineers to use spaces or tabs consistently in every line of code to group lines. • Indentation Computer science and Engg
Lines beginning with a sign (#) are ______for the preprocessor. • directives Computer science and Engg
It is essential that all C++ programs have a______ • main function. Computer science and Engg
<< known as ________operator • insertion or put to Computer science and Engg
>> known as_____ operator • extraction or get from Computer science and Engg
_________ creates object code and stores on to the disk. • Compiler Computer science and Engg
Program is created in the _______ and stored on disk. • Editor Computer science and Engg