Free Online Skill Test C Language Basics (Test 1)

 

Results

#1. What is the value of the arithmetic expression in C language:12 % 4 + 6 % 4

#2. In C language, variable names are sensitive.

#3. In C language, statement a += b and a = a+b are equal?

#4. The most popular integrated development environment for the C language is Turbo C.

#5. What type of file extension represents the source code of C language?

#6. Who developed the C programming language?

#7. In the C language, increment and decrement operators are binary operators.

#8. The total number of “reserved keywords” in the C language is:

#9. An ampersand before the name of a variable denotes the of the variable.

#10. In C language the size of integers is the same in all machines.

#11. A c-program can also execute without the presence of the main() function.

#12. Name the error in C language that is the most difficult to determine and can be understood only when there is a better understanding of the program.

#13. Which of the following operators is used to combine two or more relational expressions?

Previous
Finish