Computer Science, asked by namanguptaji2202, 5 months ago

47)
47) What will be the output for the program ?
#include <stdio.h>
int check (int);
int main()
{
int i=45.c;
c=check (1):
print f("%d\n");
return 0;
}
int check (int ch)
{
if(ch >= 45)
return 100;
else
return 10;​

Answers

Answered by pragyatomar03
0

Answer:

Sorry don't know so sorry

Similar questions