What is prototype for that c string function?


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

Post New Answer

More C++ General Interview Questions

What return value must conversion operators have in their declaration?

0 Answers  


Why do we use setw in c++?

0 Answers  


Do the parentheses after the type name make a difference with new?

0 Answers  


Floating point representation and output seems to be compiler dependent?

1 Answers  


check whether a no is prime or not.

3 Answers   TCS,






Why do we use the using declaration?

0 Answers  


What is enum class in c++?

0 Answers  


A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16

0 Answers  


What is the difference in size of this two clasees? Class A { int a; char c; float f; } Class B { float f; char c; int a; }

4 Answers  


Who made c++?

0 Answers  


What are enumerations?

0 Answers  


What is the need of a destructor?

0 Answers  


Categories