info@avatto.com
+91-9920808017
0. If func is a function needing three arguments a1, a2, a3 then func can be invoked by
func(a1, a2, a3);
(*func)(a1, a2, a3);
*func(a1, a2, a3);
both (A) & (B)
You must be logged in to post a comment.
Login with Facebook
Login with Google
Forgot your password?
Lost your password? Please enter your email address. You will receive mail with link to set new password.
Back to login
You must be logged in to post a comment.