/* 11-D Prg-1 Write program to print
the statement-"Getting started with
C++"*/
//single line comments prg1
#include<iostream.h>
#include<conio.h>
main()
{
clrscr();
cout<<" Getting started with c++ \n";
// displaying address
cout<<"KV Hebbal Bengaluru ";
}
the statement-"Getting started with
C++"*/
//single line comments prg1
#include<iostream.h>
#include<conio.h>
main()
{
clrscr();
cout<<" Getting started with c++ \n";
// displaying address
cout<<"KV Hebbal Bengaluru ";
}
No comments:
Post a Comment