Sail E0 Webinar
Question


What would be the output of the following program (in 32-bit systems)?


1.
#include
2.
using namespace std;
3.
int main()
4.
{
5.
cout
Options:
A .  1 4 4
B .  1 4 8
C .  1 8 8
D .  none of the mentioned
Answer: Option A

Character is 1 byte, integer 4 bytes and float 4 bytes.



Was this answer helpful ?
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers