- 8
I love c++
please make code for above
8 Respostas
0
Fill in the blanks to print "I love C++":
<< "I love C++"
what ll b the ans
0
#include <iostream>
using namespace std;
int main()
{
printf("I love c++");
return 0;
}
0
Fill in the blanks to output "I love C":
------("I love C")-------
we use printf and ; at the blank space to get the word "l love C":
- 1
#include <iostream>
using namespace std;
int main()
{
cout<<"I love c++";
return 0;
}
- 1
hhhhhhh
- 2
I need correct answers
- 5
thanx
- 5
Following is an easy program to print "I LOVE C++"
#include <iostream.h>
voidmain ( )
{
cout <<"I LOVE C++";
}
HOPE this may help you
PEACE\/.