Which is not an ANSII C++ function
a) sin()
b) tmpnam()
c) kbhit()
No Answer is Posted For this Question
Be the First to Post Answer
What is #include math h in c++?
What does it mean to declare a destructor as static?
How do I get good at c++ programming?
What is the difference between structure and class?
Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. Your program should work for squares of all side sizes between 1 and 20. --- │ │ │ │ │ │ ---
What is data abstraction? How is it different from data encapsulation?
Write about the members that a derived class can add?
What is the prototype of printf function?
What are templates? where we should use it?
What is an adaptor class or wrapper class in c++?
What is an html tag?
Explain deep copy and a shallow copy?