cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Default argument in a function
Default argument in a function
Apr 17, 2012 at 6:37am UTC
ankushnandan
(64)
When a normal function is called, first its arguments r pushed to the stack.
In a fuction has default parameter, how compiler handle it in both the cases when default value is passed and whn some other value is passed?
Topic archived. No new replies allowed.