عملية الإخراج في لغة سي بلس بلس
#include <iostream>
using namespace std ;
int main()
{
cout << "hello world"<<endl;
}
#include <iostream>
using namespace std ;
int main()
{
cout << "hello world"<<endl;
}