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
Who calls main function?
Explain the volatile and mutable keywords.
What is const pointer and const reference?
What does the ios::ate argument do?
What are smart pointers?
What are pointer-to-members in C++? Give their syntax.
What is virtual methods?
What is main function in c++ with example?
What is the last index number in an array of 100 characters a) 100 b) 99 c) 101
What are different types of polymorphism supported by C++
write a c++ program that gives output 1 1 2 1 2 3 1 2 3 4 1 2 3 4 5 using looping statement
What do you mean by static variables?