Question:C program to print hello world using switch 

Answer 
#include<stdio.h>
void main(){
    switch(printf("Hello world")){
    }
}
Sample Output Hello world 

+ Report
Total Preview: 540
C program to print hello world using switch
Copyright © 2024. Powered by Intellect Software Ltd