How do you initialize 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

Difference between inline functions and macros?

0 Answers  


How to declaring variables in c++?

0 Answers  


How are pointers type-cast?

0 Answers   iNautix,


What is the precedence when there is a global variable and a local variable in the program with the same name?

0 Answers  


show that among any group of five (not necessary consecutive ) integers, there are two with the same remainder when divided by 4.

1 Answers  






What's the order in which the objects in an array are destructed?

0 Answers  


Describe the main characteristics of static functions?

1 Answers  


When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?

0 Answers  


What is #include iostream in c++?

0 Answers  


Write a single instruction that will find the remainder of integral division when x is divided by y. Have the answer stored in z.

1 Answers  


What is ios flag in c++?

0 Answers  


What is an undefined behavior and sequence points

0 Answers  


Categories