Computer Science, asked by hegdesuresh994, 1 month ago

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

Answer:

Mark me as the branlist please

Similar questions