founder of c++
Answers were Sorted based on User's Feedback
Answer / anita asnani
c++ founded by Bjarne Stroustrup in 1980's
| Is This Answer Correct ? | 35 Yes | 3 No |
Answer / vinoth hindusthan
bjarane stroustup in 1980 at bell labarotaries and ++
indicates the increment operator
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / niravkumar
Bjrane stroustrup at bell laboratory in 1880
| Is This Answer Correct ? | 7 Yes | 6 No |
Answer / sandeep kumar
Bjarne Stroustrup in 1983 at bell labotries
| Is This Answer Correct ? | 0 Yes | 0 No |
Why is c++ called oops?
Explain the ISA and HASA class relationships. How would you implement each in a class design?
What is boyce codd normal form in c++?
How a macro differs from a template?
When do we use copy constructors?
Can there be at least some solution to determine the number of arguments passed to a variable argument list function?
How would you implement a substr() function that extracts a sub string from a given string?
What is the difference in size of this two clasees? Class A { int a; char c; float f; } Class B { float f; char c; int a; }
Write a program that will count the number of digits in an input integer up to value MAX_VALUE (2147483647). Thus, for an input of 5837 the output should be 4 digits Make sure that your program works for the numbers 0, 1, and 10. For the number 0, the output should be 1 digit
Differentiate between a copy constructor and an overloaded assignment operator.
Which compiler does turbo c++ use?
What is c++ map?