Computer Science, asked by divyam0810, 11 months ago

write the output of the following

#include <stdio.h>

#include <conio.h>

void main()

{

int i = 0;

switch (i)

{

case 0: printf("Computer");

break;

case 1: printf("Science");

break;

default: printf("Computer Science");

}

getch();

}​

Answers

Answered by kailashmeena123rm
5

Answer:

dear friend

here is your answer

Explanation:

computer

science

computer science

Similar questions