Vicky One
Member
- Member since
- Aug 12, 2013
- Last active
- Oct 19, 2013
- Total activities
- 0
Activity feed
Recent contributions
-
#Threads
Function returning string
Can any one correct the following code and explain... The function decode is returning a string and i want that local string...
-
#Threads
Why the answer is -47 ?
I have written a simple code beacuse i have two strings, one is hard coded and the sum of whose adjacent membrs...
-
#Threads
50787eeb-8acc-41e4-bf5f-325c56d9f317
Thx alot ,,,i got some idea .. @#-Link-Snipped-#. Your way of telling the solution us owsome... but what about character pointer if...
-
#Threads
String class
Hi can any one tell me how to pass a string as an argument in a funtion or a method of a...
-
#Threads
72f93f1e-f7ea-4995-bbea-8c966d2e0c69
[ #include<iostream.h> #include<conio.h> #include<fstream.h> #include<stdlib.h> int vowel(); int constt(); int main() { char x; cout<<"Plea...
-
#Threads
74b5e749-d2d0-412c-8f8f-a8e6fe47415b
Well thx a lot.. I had done that like this....If any suggestion for this code like code repetition problem or any thing...