Free C++ Institute CPA-21-02 Exam Questions

Try our Free Demo Practice Tests for Comprehensive CPA-21-02 Exam Preparation

  • C++ Institute CPA-21-02 Exam Questions
  • Provided By: C++ Institute
  • Exam: CPA C++ Certified Associate Programmer
  • Certification: C++ Certified Professional Programmer
  • Total Questions: 257
  • Updated On: Mar 27, 2025
  • Rated: 4.9 |
  • Online Users: 514
Page No. 1 of 52
Add To Cart
  • Question 1
    • What happens when you attempt to compile and run the following code? #include using namespace std; class Test { float i,j; }; class Add { public: int x,y; Add (int a=3, int b=3) { x=a; y=b; } int result() { return x+y;} }; int main () { Test test; Add * padd; padd = &test; cout << padd?>result(); return 0; }


      Answer: C
  • Question 2
    • Which of the following operators accept integer arguments only? (Choose two.) 

      Answer: A,C
  • Question 3
    • What happens when you attempt to compile and run the following code?

      #include

      using namespace std;

      void print(char *c);

      int main (int argc, const char * argv[])

      {

      print("Test");

      return 0;

      }

      void print(char *c)

      {

      cout<

      }


      Answer: A
  • Question 4
    • What happens when you attempt to compile and run the following code?



      Answer: B
  • Question 5
    • What happens when you attempt to compile and run the following code? #include using namespace std; int main() { int i=5; switch(i) { case 1: cout<<"Hello"; break; case 2: cout<<"world"; break; case 3: break; default: cout<<"End"; } return 0; }


      Answer: C
PAGE: 1 - 52
Add To Cart

© Copyrights Dumpscity 2025. All Rights Reserved

We use cookies to ensure your best experience. So we hope you are happy to receive all cookies on the Dumpscity.