Answer Posted / sreeram
BJARNEY STROUSTRUS
| Is This Answer Correct ? | 53 Yes | 6 No |
Post New Answer View All Answers
Which is not an ANSII C++ function a) sin() b) tmpnam() c) kbhit()
What are c++ redistributables?
How do I tokenize a string in c++?
What is the maximum combined length of command line arguments including the space between adjacent arguments?
What is a stack c++?
Describe the syntax of single inheritance in C++?
Can you use the function fprintf() to display the output on the screen?
If a header file is included twice by mistake in the program, will it give any error?
What is a constant? Explain with an example.
What is type of 'this' pointer?
What is c++ code?
What are static member functions?
What is an undefined behavior and sequence points
what are the iterator and generic algorithms.
Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).