Computer Science, asked by chiragtirthani363, 2 months ago

1 point
what will be output of the
following code
include <stdio.h>
int main()
{
int a=16,b=29,0;
switch(a)
{
case 18:printf("hi");
case 11:printf("hello);
default:
printf("%d",a);
}
return 0;
hi
0 hi 10
O hi hello 10
O hi hello
what is the correct ans​

Answers

Answered by rgaurav00000
0

add to python.

and just seee...........

Similar questions