Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
06/07/02 22:38
Read: times


 
#24133 - RE: p.s
"I notice that "return" was not used in a several function call's, why or why not use it? "
if you declare a function void (which means it doesnt return a value) then you dont put return at the end of the function otherwise compiler complains. But if you declare a function type to be int or char, you must return an int or char respectively.
Looks like your c course is either too short or you missed alot of lectures!
mahmood

List of 7 messages in thread
TopicAuthorDate
what does this \\            01/01/70 00:00      
RE: what does this \\            01/01/70 00:00      
RE: what does this \\\\            01/01/70 00:00      
RE: what does this \\            01/01/70 00:00      
RE: p.s            01/01/70 00:00      
RE: what does this \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\            01/01/70 00:00      
RE: what does this \\\\            01/01/70 00:00      

Back to Subject List