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

Consider the following code fragment: int main(void) { int m = 4; mystery ( m ); mystery ( m ); printf("%d", m); return 0; } What is the output on the monitor if mystery is defined as follows ? void mystery (int m) { m = m+3; }

2 Answers   CDAC, Wipro,


What are the advantages of c++ over c?

0 Answers  


What do you mean by early binding?

0 Answers  


Define friend function.

0 Answers  


let a,b,c be three integer numbers.write a c++ program with a function void rotate 1()such that a->b->c and c->a.

1 Answers  






How is computer programming useful in real life?

0 Answers  


What is rtti in c++?

0 Answers  


How size of a class can be calulated?

2 Answers  


What are the four main data types?

0 Answers  


What are the conditions that have to be met for a condition to be an invariant of the class?

1 Answers  


How can I disable the "echo" feature?

0 Answers  


What is fixed in c++?

0 Answers  


Categories