What is the output? #include<iostream> using namespace std; int main(){ cout<<sizeof(int)<<" "<<sizeof(char); }