Answer Posted / ankit katira
Bjarne Stroustrup in 1979
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How many ways can a variable be initialized into in C++?
Can a program run without main?
What is the maximum combined length of command line arguments including the space between adjacent arguments?
When there is a global variable and local variable with the same name, how will you access the global variable?
What is the use of dot in c++?
What is a pointer how and when is it used?
What is the difference between the functions rand(), random(), srand() and randomize()?
Can manipulators fall in love?
What is the use of bit fields in structure declaration?
What is the outcome of cout< a) 16 b) 17 c) 16.5
Explain the difference between new() and malloc() in c++?
What are the advantages of early binding?
How long will it take to learn programming?
What are the rules about using an underscore in a c++ identifier?
What is the difference between ++ count and count ++?