Computer Science, asked by rasika31097, 11 months ago

main()
{
int a=4,b=2;
a=b<>2;
printf("%d", a);
}
a) 32 b) 2 c) 4 d) none

Answers

Answered by AakashMaurya21
3

d) none

since, "<>" isn't any type of operator hence there would be compilation error.

Similar questions