Show the declaration for a static function pointer.
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.
Explain how functions are classified in C++ ?
What's the hardest coding language?
Explain dangling pointer.
What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?
What happens when the extern "c" char func (char*,waste) executes?
What does new in c++ do?
What is c++ and its features?
What is an orthogonal base class in c++?
How do you remove an element from a set in c++?
What is scope operator in c++?
Is c++ a good beginners programming language?
How do you establish an is-a relationship?