Write the output of following C++ program
#include<iostream.h>
class Empty {};
int main()
{
cout << sizeof(Empty);
return 0;
}.
a) A non-zero value
b) 0
c) Compiler Error
d) Runtime Error
Answers
Answered by
0
Answer:
its running time
Explanation:
.,j..,,,...,,....
Similar questions