14.(C) Printing welcome to Sust cse

 #include<stdio.h>


int main(){  
    printf("Welcome to \n''SUST\n CSE''\n" );
   
    return 0;
}

Comments