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 |
what is object?
What is static function and static class?
Write a struct time where integer m, h, s are its members?
How can you link a c++ program to c functions?
In a function declaration what does extern means?
Describe the main characteristics of static functions?
What are structures and unions?
Evaluate: int fn(int v) { if(v==1 || v==0) return 1; if(v%2==0) return fn(v/2)+2; else return fn(v-1)+3; } for fn(7); a) 10 b) 11 c) 1
What do you mean by friend class & friend function in c++?
What is #include c++?
How can you differentiate between inheritance and implementation in c++?
What is the best it certification?