What is the output of this program ?_x005F_x000D_
      #include        using namespace std;       int n(char, int);       int (*p) (char, int) = n;       int main()       {           (*p)('d', 9);           p(10, 9);           return 0;       }       int n(char c, int i)       {           cout
No matter what stage you're at in your education or career, TuteeHub will help you reach the next level that you're aiming for. Simply,Choose a subject/topic and get started in self-paced practice sessions to improve your knowledge and scores.
Mock TestView All Free Test