Write a program which uses functions like strcmp(), strcpy()? etc


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

Post New Answer

More C++ General Interview Questions

What is c++ array?

0 Answers  


What is the outcome of cout< a) 16 b) 17 c) 16.5

0 Answers  


What are virtual constructors/destructors?

0 Answers  


What does h mean in maths?

0 Answers  


what do you mean by memory management operators

4 Answers   HCL,


What are the conditions that have to be met for a condition to be an invariant of the class?

1 Answers  


How much is size of struct having 1 char & 1 integer?

11 Answers   Persistent,


How do you find out if a linked-list has an end? (I.e. The list is not a cycle)

0 Answers  


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

0 Answers  


What are c++ stream classes?

0 Answers  


class base { public: int fun(int) {} }; class base2 { public: int fun(float) { } }; so here qustion is both function either function overloading or over riding;

4 Answers   Manhattan,


What number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)? a) 6 b) 38 c) An unlimited number

0 Answers  


Categories