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 the function of I/O library in C++ ?
What is the difference between #import and #include?
What is the full form nasa?
What problem does the namespace feature solve?
When to use “const” reference arguments in a function?
Why isn't sizeof for a struct equal to the sum of sizeof of each member?
write a C++ programming using for loop: * * * * * * * * * *
Explain function overloading
What are the various compound assignment operators in c++?
Can you please explain the difference between using macro and inline functions?
What is the maximum value of a unsigned char a) 255 b) 256 c) 128
What size is allocated to the union variable?