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
How do you print a string on the printer?
What are c++ tokens?
If dog is a friend of boy, and terrier derives from dog, is terrier a friend of boy?
What are punctuators in c++?
Can manipulators fall in love?
What is type of 'this' pointer? Explain when it is get created?
Explain the use of vtable.
How is memory managed in C++?
What happens if an exception is throws from an, object's constructor and object's destructor?
can anybody please tell me how to write a program in c++,without using semicolon(;)
Write a single instruction that will find the remainder of integral division when x is divided by y. Have the answer stored in z.
What is pointer with example?