Computer Science, asked by surajbiswas009988, 19 days ago

C. Fill in the blanks.
1. C++ comprises of _________ as smallest element of the program.
2. The ________ the program are special symbols used to manipulate arithmetical and logical operations within
3. The _________ Statements on the other hand act as automatic looping statements.
4. ________ are used with the insertion operator << to modify or manipulate the display of the data.
5. header file _________ is included for usage of input/output statements for the applications of printf () and scanf().​

Attachments:

Answers

Answered by saurabhsinghss0915
2

Answer:

1. Return

2. Arithmetic and logical operator

3.increment

4.Assignment operator

5.#include<stdio.h>

Similar questions