Is atoi safe?
No Answer is Posted For this Question
Be the First to Post Answer
Can you be bale to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?
Explain virtual destructor?
what is VOID?
What is the difference between a template and a macro?
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; }
What is a responder chain?
Explain the differences between list x; & list x();.
Is c++ proprietary?
Explain the difference between class and struct in c++?
Does c++ support exception handling?
Is map ordered c++?
How does a C++ structure differ from a C++ class?