You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cs1003-s...@googlegroups.com
Assalam u alikum:
Why it is not incorrect.
void myfunc(double num = 0.0, char ch)
Sami Ullah Kashif
unread,
May 11, 2013, 12:16:43 PM5/11/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cs1003-s...@googlegroups.com
If you want to use default parameters, you can only do so from right to left, not left to right. So the correct declaration for the above function would be: