How to tokenize a string in c++?


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

Post New Answer

More C++ General Interview Questions

Write a c++ code that will calculate the roots of a quadratic equation a2+ bx+c=0 Hint: d = sqrt (b2-4ac), and the roots are: x1 = (€“b + d)/2a and x2 = (€“b €“ d)/2a (use sqrt function from cmath.h )?

0 Answers   Maxobiz,


Can we define a constructor as virtual in c++?

0 Answers  


What is the use of bit fields in structure declaration?

0 Answers  


Perform addition, multiplication, subtraction of 2-D array using Operator Overloading.

0 Answers   Nucleus, TCS,


What is the difference between global variables and local variable

0 Answers  


What are containers in c++?

0 Answers  


What are the advantages of pointers?

0 Answers  


What is std :: endl?

0 Answers  


Difference between a copy constructor and an assignment operator.

0 Answers  


What do you mean by Stack unwinding?

1 Answers  


How much do c++ programmers make?

0 Answers  


How do you master coding?

0 Answers  


Categories