What character terminates all character array strings

a)

b) .

c) END


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

Post New Answer

More C++ General Interview Questions

What is a Default constructor?

1 Answers  


What are the types of container classes?

0 Answers  


Explain terminate() and unexpected() function?

0 Answers  


What is implicit conversion/coercion in c++?

1 Answers  


How a new element can be added or pushed in a stack?

0 Answers  






What is pointer -to-members in C++? Give their syntax?

0 Answers   Honeywell, Zomato,


What is #include cmath?

0 Answers  


string somestring ; Which of the following choices will convert a standard C++ string object "somestring" to a C string? a) Copy.somestring () ; b) somestring.c_str () c) &somestring [1] d) std::cstring (somestring) e) (char *) somestring

1 Answers   Quark,


what is the use of void main() in C++ language?

0 Answers  


What are the basics concepts of OOPS?

1 Answers  


What is using namespace std in cpp?

0 Answers  


What is a constructor in c++ with example?

0 Answers  


Categories