1.

How does the limits.h header file can be represented in C++?(a) limits(b) limit(c) climits(d) dlimitsI got this question during an online interview.This intriguing question comes from C Standard Library in division Strings, Streams & Numerics in C++ of C++

Answer»

Correct option is (c) climits

For explanation: Any STANDARD LIBRARY of C can be WRITTEN in C++ by using ‘c’ in front of header FILE name and omitting the ‘.h’. for example can be written as .



Discussion

No Comment Found

Related InterviewSolutions