0
Give a short program which gives "silent "in the result in c language
3 Respostas
+ 2
In Python it would simply be
print ("silent")
+ 2
p "silent" //Ruby
+ 1
well in c++ you can use
#include iostream
using namespace std;
int main (){cout <<"silent";return0;}