Page 15 - Modular_V2.0_C++_Flikpbook
P. 15
4. C++ is not a case sensitive language. ...............................
5. The main( ) function is the entry point for the compiler. ...............................
C. Fill in the blanks using the words given below:
Run, curly brace, pre-processor, AT&T Bell Labs, semicolon
1. The ……………………….. is used to start the body of the main( ) function.
2. The Run option is present in the ……………………….. menu.
3. The # symbol is called ……………………….. directive.
4. It is necessary to terminate each statement of a program by putting ……………………….. at
the end.
5. C++ was developed at ………………………...
D. Short answer type questions.
1. What does ISO stand for?
2. Why do we need to compile a program?
3. What is the use of the #include<iostream.h> statement in a C++ program?
E. Long answer type questions.
1. State any four features of C++ language.
2. What is the difference between compiling a program and running a program?
In the lab 21 st Century #Technology Literacy
Skills
Write a C++ program to display the following message using cout statement:
I Love My India
I Love My India
I Love My India
Teacher's Corner
1. Discuss the features of C++ with the students.
2. Discuss the different sections of the Turbo C++ window and their importance.
13
Introduction to C++

