#solvecoding
Explore tagged Tumblr posts
Text
Can you find the output of below program?
# include <iostream>
# include <limits>
using namespace std;
int main ()
{
cout << boolalpha;
cout << numeric_limits<int> :: has_infinity << '\n';
return ();
}
a) 53234 b) False c) True d) None of the mentioned
#CustomSoftwareDevelopmentCompany#SoftwareCompany#Nodejs#angularjs#asp.net development company#cprograms#c programming#c++ language#coding#solvecoding#outputoftheprogram
4 notes
·
View notes