verg70
2008-12-01 14:24:51 UTC
char pName_a;
and then I use scanf to assign a value to my pointer. Next I send my stored value to a function to be used:
computer(&pName_a);
when I try to print the value passed to my function to the screen, I just get jumbled characters. Any help would be appreciated. Thanks