Wednesday, 5 June 2013

learn c++



#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 »

No comments:

Post a Comment