Computer Science, asked by rohan857938, 8 months ago

what is output of this program​

Attachments:

Answers

Answered by keyboardavro
0

Answer:

execute it

Explanation:

Answered by GlossyLip
3

\huge\mathcal{\fcolorbox{cyan}{black}{\pink{❥ᴀ᭄ɴsᴡᴇʀ࿐}}}

#include<stdio.h> int main() { char chr; chr = 128; printf("%d\n", chr); return 0; } ...

Question - 3. #include <stdio.h> int main() { float f1 = 0.1; if (f1 == 0.1) printf("equal\n"); else printf("not equal\n"); return 0; } ...

Similar questions