Assignment - 2 C Language LIVE Community Classes MySirG
The document contains a 10 question assignment on basic concepts in C Language including: which are real constants, which are not C keywords, valid variable names, using keywords as names, where keywords are defined, where variables are created, who developed C, when it was developed, the OS it was created for, and whether C is a high or low level language.
Assignment - 2 C Language LIVE Community Classes MySirG
The document contains a 10 question assignment on basic concepts in C Language including: which are real constants, which are not C keywords, valid variable names, using keywords as names, where keywords are defined, where variables are created, who developed C, when it was developed, the OS it was created for, and whether C is a high or low level language.
Assignment - 2 C Language LIVE Community Classes MySirG
1. Which of the following are real constants?
3, ‘A’, 4.5, 3.0, ‘+’, -25, -0.0 2. Which of the following are not keywords in C Language? auto, dynamic, static, typedef, define, enum, is, default, this, super 3. Which of the following is not a valid variable name in C language? 4. Can we make a variable with the name switch? (Yes or No) 5. Keywords are defined in the compiler or their meaning is stored in the library? 6. Where variables are created? (RAM, ROM, Secondary Storage or CPU) 7. Who developed C Language? 8. When was the C language developed? 9. What is the name of the operating system which is responsible for the inception of the C language? 10. Whether C language is a high level or low level programming language?