What is the function to call to turn an ascii string into a long?


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

Post New Answer

More C++ General Interview Questions

Profiler in projects?

2 Answers   Symphony,


Why do you use the namespace feature?

0 Answers  


What are the two shift operators and what are their functions?

0 Answers  


Are vectors passed by reference c++?

0 Answers  


Is C++ case sensitive a) False b) Depends on implementation c) True

0 Answers  






Write a program to add three numbers in C++ utilizing classes.

0 Answers   TCS,


Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;

0 Answers  


Differentiate between declaration and definition.

0 Answers  


Write a String class which has: 1) default constructor 2) copy constructor 3) destructor 4) equality operator similar to strcmp 5) constructor which takes a character array parameter 6) stream << operator

2 Answers   HCL, Lehman Brothers, Zoomerang,


what are function pointers?

0 Answers  


Is string an object in c++?

0 Answers  


What are the popular tools used to detect memory leaks in c++

4 Answers   TATA,


Categories