MCQs > IT & Programming > Software Engineering MCQs > Programming in C MCQs

Programming in C MCQ

1. In c++, the null character is represented as ____.

Answer

Correct Answer: '\0'

Note: This Question is unanswered, help us to find answer for this one

2. If you declare an array double[] list = {3.4, 2.0, 3.5, 5.5}, list[1] is ________.

Answer

Correct Answer: 3.

Note: This Question is unanswered, help us to find answer for this one

search