Header Ads

Hii,I am Anand Nayak.This blogger is make for specially basic programs of some language.

NameSpace

June 08, 2020
#include<iostream> using namespace std;   namespace my   {      int b,x=21;         void display();     int fun2();     class...Read More

Basic Tags

May 11, 2020
All HTML tags must enclosed within < > these brackets. Every tag in HTML perform different tasks. If you have used an open tag ...Read More