techAtma
Saturday, August 11, 2018
PROGRAM TO DISPLAY OUTPUT
#include<stdio.h>
void main()
{
printf("HELLO WORLD");
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Static Member Function
CODE : #include<iostream> using namespace std; class test { int code; static int count; //static...
No comments:
Post a Comment