This C Constants Online Test helps you to Boost your Knowledge in C. In this test, we will cover the topics in the form of questions like
- The %s along with the 'by' is not read as a format modifier while new line character prints the new line.
- ‘\0’ is accepted as a char in the string.
- 0101 is the octal representation of 8.
- str is null terminated but ary is not.