Saturday, November 23, 2019

size of Data type in c++ how to find program

#include "iostream"

using namespace std;

int main(){

cout<<"Size of integer=";

cout<<sizeof(int);
}

No comments:

Post a Comment