What is the prototype of printf function?
No Answer is Posted For this Question
Be the First to Post Answer
What are proxy objects?
What is virtual destructor? What is its use?
What do you mean by early binding?
What does asterisk mean in c++?
Describe linkages and types of linkages?
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.
Is c++ the hardest language?
In java a final class is a class that cannot be derived. How can you make a similar class in C++
What c++ library is string in?
write a C++ programming :if the no is between 32 to 50 it will be odd.
What does count ++ do in c++?
What are multiple inheritances (virtual inheritance)?