What is auto used for in c++?
No Answer is Posted For this Question
Be the First to Post Answer
an operation between an integer and real always yeilds a) integer result b) real result c) float result
When do we run a shell in the unix system? How will you tell which shell you are running?
How does the copy constructor differ from the assignment operator (=)?
Explain rethrowing exceptions with an example?
What is dynamic and static typing?
What is the use of dot in c++?
What is the difference between C and CPP?
What is the auto keyword good for in c++?
Which sort is best for the set: 1 2 3 5 4 a) Quick Sort b) Bubble Sort c) Merge Sort
What character terminates all character array strings a) b) . c) END
How do you print a string on the printer?
why is c++ called oops? Explain