What is the C-style character string?


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

Post New Answer

More C++ General Interview Questions

Which is better turbo c++ or dev c++?

0 Answers  


Explain the differences between list x; & list x();.

0 Answers  


Is c++ vector a linked list?

0 Answers  


1.what is the difference between software & package &application.

1 Answers   Infosys,


Is string an object in c++?

0 Answers  


which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?

0 Answers  


What is size of a object of following class? class Foo { public: void foo(){} }

2 Answers   CA,


What is bubble sort c++?

0 Answers  


Is there any difference between dlearations int* x and int *x? If so tell me the difference?

16 Answers   Lason,


What is the header file for setw?

0 Answers  


What is copy constructor? Can we make copy constructor private in c++?

0 Answers  


What are the types of pointer?

0 Answers  


Categories