Computer Science, asked by dashankit1998, 5 months ago

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 rahul2003patidar2
0

Answer:

dancer6624

dekh le gali dene ka anjam

Similar questions