What are string library functions(syntax).


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

Post New Answer

More C++ Interview Questions

Write a program to read the values a, b and c and display x, where x=a/b–c. Test the program for the following values: (a) a = 250, b = 85, c = 25 (b) a = 300, b = 70, c = 70

1 Answers  


What's the value of the expression 5["abxdef"]?

0 Answers  


Can we provide one default constructor for our class?

0 Answers  


Explain what happens when an exception is thrown in C++.

0 Answers   Amazon,


What are the advantages/disadvantages of using inline and const?

0 Answers   Amazon,


What is placement new?

1 Answers   Amazon,


What are the different scope C++ provide ?

0 Answers   Amdocs,


Write a C++ Program to Reverse a Number using while loop.

1 Answers  


Write a C++ Program to Find whether given Number is Odd or Even.

1 Answers  


To solve the 8 Queens problem, which algorithm is used?

0 Answers   Accenture,


What is the difference between public, private, and protected inheritance?

0 Answers   Amazon,


Explain the importance of method overloading in C++?

0 Answers   Akamai Technologies, Infogain,


Categories