What is c strings syntax?


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

Post New Answer

More C++ General Interview Questions

What are disadvantages of pointers?

0 Answers  


What's the order in which the local objects are destructed?

0 Answers  


What are the manipulators in c++?

0 Answers  


How to defines the function in c++?

0 Answers  


Why do we use classes in programming?

0 Answers  






#include<iostream.h> void main() { class x { public: int func(int) { cout<<"cool"; return 1; } } }

1 Answers   Infosys,


What is the identity function in c++? How is it useful?

0 Answers  


How many ways can a variable be initialized into in C++?

0 Answers   HCL,


What are c++ files?

0 Answers  


What are the four partitions in which c++ compiler divides the ram?

0 Answers  


Explain what are mutator methods in c++?

0 Answers  


What is the purpose of the "delete" operator?

0 Answers  


Categories