WordPress.com

Int or signed intunsigned int, short int or signed short int, long int or signed long int, unsigned long int. 9.How many types are for Float data type? Float, double, long double. 10.What is mean by using namespace std; in C? The built in C++ library routines are kept in the standard namespace. That includes stuff like cout, cin, string, vector ... ................
................