Space Area


HSC Main Book Question-04 Solve

#include<stdio.h>
#include<conio.h>
int main()
{
   printf
("Welcome to\n\"Higher Secondary\nICT\"");
   return 0;
}

/*the expression ( \" ) is for print symbols
that has a special meaning in programming language*/

No comments

Powered by Blogger.