main()
{
int a=4,b=2;
a=b<>2;
printf("%d", a);
}
a) 32 b) 2 c) 4 d) none
Answers
Answered by
3
d) none
since, "<>" isn't any type of operator hence there would be compilation error.
Similar questions
Political Science,
5 months ago
Math,
11 months ago
Computer Science,
11 months ago
Physics,
1 year ago