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

Post New Answer

More C++ General Interview Questions

What are literals in C++?

0 Answers   Wipro,


Under what conditions is multiple inheritance not recommended?

1 Answers  


What are stacks?

0 Answers  


Give example of a pure virtual function in c++?

0 Answers  


What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor

0 Answers  






Can a constructor throw a exception? How to handle the error when the constructor fails?

1 Answers  


In java a final class is a class that cannot be derived. How can you make a similar class in C++

1 Answers  


Can I create my own functions in c++?

0 Answers  


How to access a variable of the structure?

0 Answers  


What is an Iterator class?

1 Answers  


What is the difference between a copy constructor and an overloaded assignment operator?

4 Answers   Belzabar, Citrix, Microsoft, Wipro,


What is the best way to take screenshots of a window with c++ in windows?

0 Answers  


Categories