1 / 20

Chapter - 3 Quiz questions

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____________.

Télécharger la présentation

Chapter - 3 Quiz questions

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Chapter - 3 Quiz questions

  2. C is a high level language.Evolved by _________________ • Dennis Ritchie and Brain Kernighan(1978) Computer science and Engg

  3. C++ is a superset of C developed by ____________. • BjarneStroustrup Computer science and Engg

  4. C++ character set consists of____________ • letters, digits, special characters, white spaces. Computer science and Engg

  5. A token is a _____________that logically belong together. • group of characters Computer science and Engg

  6. Keywords are _______used as variable and constant names. • not to be Computer science and Engg

  7. An identifier is a name for a __________ • variable, constant, function, etc. Computer science and Engg

  8. An identifier should not be a reserved word of C++. (Ture or False) • True Computer science and Engg

  9. Identifiers ___________have special characters in them. • cannot Computer science and Engg

  10. A real constant in fractional form consists of __________digits including a decimal point between digits. • signed or unsigned Computer science and Engg

  11. A sequence of character enclosed within double quotes is called a___________ • string literal. Computer science and Engg

  12. _______ helps us to associate an identifier with a constant value in your program • Symbolic constants Computer science and Engg

  13. Each variable needs ___________that distinguishes it from the others. • an identifier Computer science and Engg

  14. ______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

  15. Lines beginning with a sign (#) are ______for the preprocessor. • directives Computer science and Engg

  16. It is essential that all C++ programs have a______ • main function. Computer science and Engg

  17. << known as ________operator • insertion or put to Computer science and Engg

  18. >> known as_____ operator • extraction or get from Computer science and Engg

  19. _________ creates object code and stores on to the disk. • Compiler Computer science and Engg

  20. Program is created in the _______ and stored on disk. • Editor Computer science and Engg

More Related