Chapter 1: Introduction to ‘C’ and ‘C’ Fundamentals

 

Results

Previous
Next

#1. C was invented and first implemented by ________

Previous
Next

#2. The first version of _______ was written in low level language.

Previous
Next

#3. C is the result of a development process that started with an older language called _____

Previous
Next

#4. B Language was invented by

Previous
Next

#5. First development of C in the year ________

Previous
Next

#6. In __________, a committee was established to create an ANSI standard that would define the C language once and for all.

Previous
Next

#7. Which is the highest language?

Previous
Next

#8. Which is not a middle level language?

Previous
Next

#9. Which is Lowest level language?

Previous
Next

#10. Which is a middle level language because it combines the best elements of high level languages with the control and flexibility of assembly language.

Previous
Next

#11. The ________ accepts source code as input and is responsible for removing commands.

Previous
Next

#12. Special preprocessor directives denoted by ______

Previous
Next

#13. #include is usually called ________ files.

Previous
Next

#14. The _________ translates source to assembly code.

Previous
Next

#15. The source code is received from the __________

Previous
Next

#16. The _________ creates object code.

Previous
Next

#17. ________ are names given to various program elements, such as variable, functions and array identifiers consist of letters and digits.

Previous
Next

#18. There are certain reserved words, called _________

Previous
Next

#19. The _________ supported in a language dictates the type of values which can be processed by the language.

Previous
Next

#20. Char has ______ byte.

Previous
Next

#21. Int has ______ byte.

Previous
Next

#22. Float has ___________ bytes.

Previous
Next

#23. Double has _____ bytes.

Previous
Next

#24. A _________ consists of any number of consecutive characters enclosed in a double quotations marks.

Previous
Next

#25. A _________ is an identifier used to represent some specified type of information.

Previous
Finish