1.(C) first program >>print Hello world

 #include<studio.h>

int main()

printf("Hello world\n");

}


Comments