What is size of string in c++?


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

Post New Answer

More C++ General Interview Questions

Describe linkages and types of linkages?

0 Answers  


Difference between strdup and strcpy?

0 Answers  


Describe public access specifiers?

0 Answers  


In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that

0 Answers  


What is the difference between a type-specific template friend class and a general template friend class?

0 Answers  






What is lambda expression c++?

0 Answers  


What is decltype c++?

0 Answers  


List different attributes in C++?

0 Answers   Ericsson,


Why is c++ is better than c?

0 Answers  


What is the difference between an enumeration and a set of pre-processor # defines?

0 Answers  


What will i and j equal after the code below is executed? Explain your answer.

1 Answers  


Which sort is best for the set: 1 2 3 5 4 a) Quick Sort b) Bubble Sort c) Merge Sort

0 Answers  


Categories