C++ Match the Following |Match the following in C++ with Answer

                                 A               B
1. iostream.h1. variables
2. conio.h2. public, private, protected
3. #include3. cout
4. OOP4. clrscr()
5. Bjarne Stroustrup5. cin
6. Used to clear the screen6.Input/Output Stream
7. Used to display the output7. Lower case
8. cout, cin8. string.h
9. Used to store a value9.  Entry controlled loop
10. All keyword must be written in10. Console I/O
11. Input in C++11.Preprocessor directive
12. Data protection features12. Object Oriented Programming
13. strcpy()13. Developed C++
14. If-else14.Heterogeneous set of data
15. For loop15. Block of code
16. float16. Iostream.h
17. long int17. Decision making statement
18. Types of Loop18. Homogeneous set of data.
19. C++ Source File19.  main()
20. Function20. getch()
21. Array21. %ld
22. Structure22. 3
23. Program execution aways starts from23. Extension .cpp
24. % (modulo) 24. Specify the type of value
25. Class contains25. 0
26. Execute a block of code repeatedly26. Data member and member functions
27. array index starts from27. %f
28. C++ doesn’t support data type28. Gives remainder
29. Holds the console screen29. Looping
30. Data type30. Boolean

Answer:

                                 A               B
1. iostream.h6. Input/Output Stream
2. conio.h10. Console I/O
3. #include11.Preprocessor Directive
4. OOP12. Object Oriented Programming
5. Bjarne Stroustrup13. Developed C++
6. Used to clear the screen4. clrscr()
7. used to display the output3. cout
8. cout, cin16. Iostream.h
9. Used to store a value1. Variables
10. All keyword must be written in7.  Lower case
11. Input in C++5.  cin
12. Data protection features2. public, private, protected
13. strcpy()8. string.h
14. If-else17. Decision making statement
15. For loop9. Entry controlled loop
16. float27. %f
17. long int21. %ld
18. Types of Loop22. 3
19. C++ Source File23. Extension .cpp
20. Function15. Block of code
21. Array18.Homogeneous set of data.
22. Structure14.Heterogeneous set of data
23. Program execution aways starts from19. main()
24. % (modulo) 28. Gives remainder
25. Class contains26. Data member and member functions
26. Execute a block of code repeatedly29. Looping
27. array index starts from25. 0
28. C++ doesn’t support data type30. Boolean
29. Holds the console screen20. getch()
30. Data type24. Specify the type of value

Leave a Comment