Answer Posted / niravkumar
Bjrane stroustrup at bell laboratory in 1880
| Is This Answer Correct ? | 7 Yes | 6 No |
Post New Answer View All Answers
What is the best c++ compiler?
Define Virtual function in C++.
What return value must conversion operators have in their declaration?
What are the basic data types used in c++?
Why do you use the namespace feature?
Where Malloc(), Calloc(), and realloc() does get memory?
total amount of milk produced each morning and then calculates and outputs the number of cartons needed for this milk , the cost of producing the milk and the profit from producing this milk.
What are mutator methods in c++?
What are the benefits of pointers?
What are the 2 main types of data structures?
Write a program which is required to process the time of a clock in hours and minutes, entered from the keyboard. With this program, there are two requirements for any data entered by a user: 1. The data must be of the correct type (in this case, two ints). 2. The data must be in the correct range: this means that, for the minutes, negative numbers and any number above 59 must be rejected; for the hours, negative numbers and any number above 23 must be rejected. Output error message for invalid data input. Output the time one and a half hour after the time input. i.e. Hour: 22 Min: 32 One and a half hour after 22:32 is 00:02
what does the following statement mean? int (*a)[4]
What is boyce codd normal form in c++?
What is Destructor in C++?
What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero