1 point
18. What will be the valid value
of X by which we can print
"DEF". *
#include<stdio.h>
int main()
{
int x =
if(x)
printf("ABC");
else
printf("DEF");
return 0;
}
Answers
Answered by
0
Answer:
Mark me as the branlist please
Similar questions