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

You have to take 2 arrays of length 10. Input the values of array 1 from the user. Then copy the values of array 1 to array 2 in ascending order For example if user enters 9, 5, 6, 8, 1, 0, 2, 7, 4, 3 then copy the smallest element i.e. 0 first followed by 1, 2 and so

1 Answers  


Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes

0 Answers  


What happens when a function throws an exception that was not specified by an exception specification for this function?

1 Answers  


How can you quickly find the number of elements stored in a dynamic array? Why is it difficult to store linked list in an array?

0 Answers  


Can we use this pointer inside static member function?

0 Answers  






What is scope of a variable? (LOLZ)

2 Answers   CA, TCS,


Explain terminate() function?

0 Answers  


What is math h in c++?

0 Answers  


How to demonstrate the use of a variable?

0 Answers  


What is the output of printf("%d")?

58 Answers   CTS, HCL, Infosys, TCS, Winit, Wipro,


How does c++ structure differ from c++ class?

0 Answers  


Is c++ pass by reference or value?

0 Answers  


Categories