Question 17

· unclassifiedP · Verified PYQ

What is the output of the following code when inputChar = ‘y’ #include <stdio.h> int main() { Char inputChar; printf(“%d”,scanf(“%c”,&inputChar)); return 0; } Answer: 1

← Question 16Question 18 →
Report an issue with this question