User profile: codewalker

User info
User name:codewalker
Name:Nikhil
Location:Pune, India
Statistical data
Gender:Male
Occupation:Programmer
Skills:C
C++
History
Joined:
Number of posts:394
Latest posts:

display content of array from function call
@TheIdeasMan For last two points: Your points are valid but thats not how they teach C++, in my exp...

display content of array from function call
This might be assignment where @PopRockCandy needs to use arrays. The return type of payRate is sugg...

display content of array from function call
On lines 46-48 you are printing contents of array declared on line 42. This array is not filled at a...

to uppercase without standard function
From uppercase to lower case, add decimal 32 to it From lowercase to upper case subtract decimal 32 ...

type question
Yes they are. you make them pointers by using the &