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

What is a mutex and a critical section.Whats difference between them?How do each of them work?

4 Answers   CTS,


Given an array of size N in which every number is between 1 and N, determine if there are any duplicates in it. You are allowed to destroy the array if you like. [ I ended up giving about 4 or 5 different solutions for this, each supposedly better than the others ].

1 Answers  


what do you mean by memory management operators

4 Answers   HCL,


What is the iunknown interface?

0 Answers  


What is the difference between multiple and multilevel inheritance in c++?

0 Answers  






What is an Object/Instance?

1 Answers  


Can constructor be static in c++?

0 Answers  


Difference between strdup and strcpy?

0 Answers  


What do you mean by Stack unwinding?

1 Answers  


wrong statement about c++ a)code removably b)encapsulation of data and code c)program easy maintenance d)program runs faster

11 Answers  


Can we distribute function templates and class templates in object libraries?

0 Answers  


How do you write a function that can reverse a linked-list?

0 Answers  


Categories