what is output of this program
Attachments:
Answers
Answered by
0
Answer:
execute it
Explanation:
Answered by
3
#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
Hindi,
3 months ago
Social Sciences,
3 months ago
English,
3 months ago
Science,
8 months ago
Math,
8 months ago
Political Science,
1 year ago