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 is #include iomanip?

0 Answers  


How can you quickly find the number of elements stored in a static array? Why is it difficult to store linked list in an array?

0 Answers  


Explain stack unwinding.

0 Answers  


Explain the ISA and HASA class relationships. How would you implement each in a class design?

3 Answers  


Write a C++ Program to check whether a number is prime number or not?

0 Answers   IBS,






What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor

0 Answers  


What are the differences between new and malloc?

0 Answers  


Can we change the basic meaning of an operator in c++?

0 Answers  


Does c++ have a hash table?

0 Answers  


Why do you use the namespace feature?

0 Answers  


if int1 has the value 12, int has the value 18, and int3 has the value 21, what is the result: int1 < int2 && int2 < int 3

3 Answers  


Name the operators that cannot be overloaded in C++?

0 Answers   Fidelity,


Categories