#include <iostream> using namespace std; int main() { int num = 6; int* ptr = # cout << sizeof(ptr); return 0; }
The size of a data type mainly depends on compiler only.
Previous Question Next Question
Your comments will be displayed only after manual approval.