User profile: mayank12

User info
User name:mayank12
History
Joined:
Number of posts:3
Latest posts:

I need help on coding this program
#include <iostream> using namespace std; int main(int argc, const char * argv[]) { int date; ...

need help in how to remove vowel from the string?
James2250: thanks James2250. Yes its working now. but there is a problem if i am running this progra...

need help in how to remove vowel from the string?
this is the program to remove vowel from the string. i am having problem in this code. It's not givi...