Problem
What will be the output of the following C program?
#include <stdio.h>
int main() {
int a=8
float b=8.00
if(a>b)
printf("Okay")
else
printf("Cool"),
return 0
}
Answers
Answered by
0
Answer:
dancer6624
dekh le gali dene ka anjam
Similar questions