ONLINE COMPILERS
LIBRARY
MANUAL PAGES & DOCS
CONTACT
Latest Users' Questions
User Submitted Question!
Name: ali
Title:
waras
Question:
Title:
waras
Question:
#include<iostream.h>
#include<conio.h>
int main ()
{
int a,b,c;
a=10;
b=10;
c=a b;
cout<<c;
getche();
}
#include<conio.h>
int main ()
{
int a,b,c;
a=10;
b=10;
c=a b;
cout<<c;
getche();
}
Answers: