Posts

Showing posts from January, 2018

My Subject Blog

C Program Welcome Print

/*Write a Program to display “ WELCOME TO SILVER OAK INSTITUTE OF TECHNOLOGY ” on the screen.*/ #include <stdio.h> int main(void) { printf("WELCOME TO SILVER OAK INSTITUTE OF TECHNOLOGY"); return 0; }

Followers