What is atoi in c++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Why is that unsafe to deal locate the memory using free( ) if it has been allocated using new?

0 Answers  


What is setw manipulator in c++?

0 Answers  


What is the best c++ ide?

0 Answers  


Define Virtual function in C++.

0 Answers   iNautix,


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; }

2 Answers   CDAC, Wipro,






What is rtti in c++?

0 Answers  


Will the inline function be compiled as the inline function always? Justify.

1 Answers  


Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...) a) Quicksort b) Linear Search c) Bubble Sort

0 Answers  


What is a protocol class?

1 Answers  


What are features of c++?

0 Answers  


What are the extraction and insertion operators in c++? Explain with examples.

0 Answers  


Why use of template is better than a base class?

0 Answers  


Categories