Where is atoi defined?


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

Post New Answer

More C++ General Interview Questions

What are the types of pointer?

0 Answers  


What is encapsulation in c++?

0 Answers  


Write is a binary search tree? Write an algo and tell complexity?

0 Answers   Axtria,


Why is c++ a mid-level programming language?

0 Answers  


How would you use the functions sin(), pow(), sqrt()?

0 Answers  






What is an arraylist c++?

0 Answers  


What is enum class in c++?

0 Answers  


What is the fastest c++ compiler?

0 Answers  


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

2 Answers  


What is iostream in c++ used for?

0 Answers  


Is c++ built on c?

0 Answers  


Which one is a preferred language C or C++? Why?

0 Answers  


Categories