#include<iostream>
#include<conio.h>
using namespace std;
int main()
{
cout<<"enter two numbers";
cin>>a>>b;
cout<<"substracting a-b ="<<a+~b+1;
getch();
}
Explore the new and unique programing techniques with just a click and u can visit DEVGROUP , COMPUTERS & TECHNOLOGY, ARTIFICIAL INTELLIGENCE,PROTECT HACKINGand FACEBOOK PAGE
Sunday, 25 November 2012
To display the new world of programming without using semicolon in c++ program
#include <iostream>
#include<conio.h>
using namespace std ;
int main()
{
while(cout<<"the new world of programming ") \\no semicolon here
getch();
}
By devendra dora
#include<conio.h>
using namespace std ;
int main()
{
while(cout<<"the new world of programming ") \\no semicolon here
getch();
}
By devendra dora
Subscribe to:
Posts (Atom)