OOP344
Monday, 12 March 2012
How is works.....Walkthrough w4
const char * w4(float val, char ch){
static char bar[81];
int i;
for(i = 0; i<val && i<80;i++){
bar[i] = ch;
}
bar[i] = 0;
return bar;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment