0

Give a short program which gives "silent "in the result in c language

5th Oct 2017, 5:15 PM
Rohit arho
Rohit arho - avatar
3 odpowiedzi
+ 2
In Python it would simply be print ("silent")
5th Oct 2017, 5:52 PM
Shinjini Ghosh
+ 2
p "silent" //Ruby
5th Oct 2017, 6:36 PM
Kartikey Sahu
Kartikey Sahu - avatar
+ 1
well in c++ you can use #include iostream using namespace std; int main (){cout <<"silent";return0;}
6th Oct 2017, 8:40 AM
Sukhdeep Singh Aulakh
Sukhdeep Singh Aulakh - avatar