Answers

Question and Answer:

  Home  C++ New And Delete

⟩ Which of the following are valid array declaration? a) char str1[3] = "ab" b) char str1[3] = "abc" c) char str1[2] = "ab" d) char str1[0] = "ab"

a) char str1[3] = "ab"

 286 views

More Questions for you: