Wednesday, October 30, 2019

write a program to print "welcome to c programming" with different formats using escape sequences.

#include<stdio.h>
#include<conio.h>
Void main()
{
Printf("\" welcome to c programming \"" );
getch() ;

7 comments:

2004 1.       A.   True or false:- 1.       The part of the computer that executes program instruction known as memory.- False 2.  ...