What is setf in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is endianness?
How to access a variable of the structure?
what is the difference between overloading & overriding? give example.
What is lambda in c++?
How much do c++ programmers make?
What is a namespace in c++?
Can you overload the operator+ for short integers?
what is the behaviour of C and C++ compiler for the below statements. int *p; p = malloc(100); Is the behaviour same ? or different ?
What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00
What is virtual destructors? Why they are used?
What is the difference between an external iterator and an internal iterator? Describe an advantage of an external iterator?
Can we change the basic meaning of an operator in c++?