What is the difference between Char a[ ]=”string” and char
*a=”String”
Answers were Sorted based on User's Feedback
Answer / nisha
a[0] that is 's' is upper in last and in other its lower .
Is This Answer Correct ? | 0 Yes | 6 No |
Disadvantages of c++
A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
daily Routine of father
write a function signature with various number of parameters.
What is setfill c++?
What is flush c++?
How we can differentiate between a pre and post increment operators during overloading?
What are friend functions in C++?
Differentiate between a copy constructor and an overloaded assignment operator.
What is the best c++ compiler for windows 10?
difference between the c++ and c languages
What does it mean to declare a member variable as static?