Computer Science, asked by princesskhanna34, 9 months ago

Write an appropriate word for the following.
1. C language is of which level language ?
2.Each and every statement in C language end with ?
3.Character will value O is?
4.It represents a special character in C?
5.Compile time directive ?​

Answers

Answered by mafattah
1

Answer:

1. High Level Programming language

2. Ends with a semicolon ;

3. If you are referring to the ASCII value its O=79

4. ! @ # $ % ^ & * are all special characters in C.

5. Any command that starts with # are preprocessor directives.

Similar questions