Nothing is left towards the journey of Programming, if you find something interesting which is going to be famous just make it possible while chossing the proper technology.
#include <iostream>
int main()
{
cout<<"Hello World";
}
Without modifying main function, add code to print “Ritambhara” before “Hello World”. You cannot add/remove any statement to main function
Continue reading »
Continue reading »