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 are friend classes? What are advantages of using friend classes?
founder of c++
7 Answers Microtek, TCS, TeleCommand,
What is the use of object in c++?
What are shallow and deep copy?
What is null pointer and void pointer and what is their use?
How much do c++ programmers make?
Given the following function definition: int doit(int &x, int y, int &z) { x = 3*x; y = y + 5; z = x+y; return z - 4; } int a = 5, b = 7, c = 9, d = 11; d = doit(a,b,c);
Am pass the 10000 records to target in target I will take commit interval 15000 when I was stop the work flow what will happened
What are the benefits of operator overloading?
What is c++ mutable?
How many ways are there to initialize an int with a constant?
what is meaning of isa and hsa