You are on page 1of 1

1) What is program?

2) What is software?
3) What are the data types of C++?
4) Where does the execution of the program starts?
5) What are the data types and variables in C++?
6) What is namespace std; and what is consists of?
7) Explain what is Loop function? What are different types of Loops?
8) Explain how functions are classified in C++ ?
9) Can you compile a C++ program without the main() function in it?
10) Why do you use namespace in C++?

11) What is a preprocessor?


12) What are the different ways of passing parameters to the functions? Which to use
when?
13) What is the difference between local variable and Global variable ?
14) Why main function is special in C++?
15) Compiler
16) Structure
17) What is variable?
18) Function
19) Header file
20) Identifier
21) Differentiate If and if –else statements
22) What is the difference between for loop and while loop in C++?

 Syntax
1) if statement
2) IF-else
3) nested if
4) do-while
5) for loop
6) function
7) Switch

 Programs

1)

You might also like