What is the output of the C code shown below?
#include<stdio.h>
#define MAX 4
enum sanfoundry
a,b=3,c
main()
if(MAX!=c)
printtf("hello");
else
printf("welcome");
Answers
Answered by
3
Explanation:
if we input max from c print hello
if min then c print welcome
plz mark as brainliest
Similar questions