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
Math,
5 months ago
Political Science,
5 months ago
Computer Science,
10 months ago
English,
10 months ago
English,
1 year ago
Physics,
1 year ago