How do I tokenize a string in c++?
No Answer is Posted For this Question
Be the First to Post Answer
How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?
What are the differences between new and malloc?
Explain about Virtual Function in C++?
C is to C++ as 1 is to a) What the heck b) 2 c) 10
Explain Memory Allocation in C/C++ ?
What are formatting flags in ios class?
How does code-bloating occur in c++?
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 is c++
Which of the Standard C++ casts can be used to perform a ?safe? downcast: a) reinterpret_cast b) dynamic_cast c) static_cast d) const_cast
Name the debugging methods that are used to solve problems?
What is guard code in c++?