Sail E0 Webinar
Question


output of the program (on intel machine)?


#include<stdio.h>
#include<math.h>
int main()
{
float a=5.375;
char *p;
int i;
p = (char*)&a;
for(i=0; i
Options:
A .  40 AC 00 00
B .  04 CA 00 00
C .  00 00 AC 40
D .  00 00 CA 04
Answer: Option C

No answer description available for this question. 



Was this answer helpful ?
Next Question

Submit Solution

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

Latest Videos

Latest Test Papers