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

Define whitespace in C++.

0 Answers   HCL,


Can I learn c++ without knowing c?

0 Answers  


What are the benefits of oop in c++?

0 Answers  


What is set in c++?

0 Answers  


Explain the isa and hasa class relationships. How would you implement each?

0 Answers  






What is the default access level?

0 Answers  


Where is atoi defined?

0 Answers  


How does throwing and catching exceptions differ from using setjmp and longjmp?

1 Answers  


How static variables and local variablesare similar and dissimilar?

0 Answers  


If you had the following code: int x = 23; int *y; y = &x; The instruction y++; does what?

2 Answers  


wap to accept 10 numbers & display the number of odd and even numbers??

1 Answers  


What is nested class in c++?

0 Answers  


Categories