What will be the output of following code?
//Assume necessary header files are present
#include<stdio.h>
int main()
{
int a=9,b;
b=a+2>=10;
a
printf("%d",b);
return 0;
}
b
Answers
Answered by
0
Answer:
the output is 1
Similar questions
English,
3 months ago
World Languages,
3 months ago
Math,
3 months ago
Math,
6 months ago
Social Sciences,
6 months ago
Math,
1 year ago
Math,
1 year ago