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
What is a mutex and a critical section.Whats difference between them?How do each of them work?
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 ].
what do you mean by memory management operators
What is the iunknown interface?
What is the difference between multiple and multilevel inheritance in c++?
What is an Object/Instance?
Can constructor be static in c++?
Difference between strdup and strcpy?
What do you mean by Stack unwinding?
wrong statement about c++ a)code removably b)encapsulation of data and code c)program easy maintenance d)program runs faster
Can we distribute function templates and class templates in object libraries?
How do you write a function that can reverse a linked-list?