Wednesday, October 30, 2019

print sample strings like '' Hellow World''.

#include<stdio.h>
#include<conio.h>
Void main()
{
Printf(''Hellow World'' ) ;
getch() ;

10 comments:

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