CSE MCQs :: C++ - MCQs
- To which does the function pointer point to?
- What we will not do with function pointers?
- What is the default calling convention for a compiler in c++?
- What are the mandatory part to present in function pointers?
- which of the following can be passed in function pointers?
- What is meaning of following declaration? int(*ptr[5])();
- If the user didn't supply the user value means, then what value will it take?
- Where does the default parameter can be placed by the user?
- Which value will it take when both user and default values are given?
- What we can't place followed by the non-default arguments?