Vicky One
Member • Oct 17, 2013
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 to be stored in another string in main which calls that function.
The function decode is returning a string and i want that local string to be stored in another string in main which calls that function.
#include#include #include void decode(char q[]); int main() { //p refers to orignal string and q refers to quoted string char a,b,c,d,e,f,g,h,i; char p[]="011100011"; cout<