CAN U SAY WHICH PROGRAMING LANGUAGE IS USED BY DOCTORS....?
Answer Posted / sreeram
FORTRAN
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
How do you differentiate between overloading the prefix and postfix increments?
What is ctime c++?
What is a buffer c++?
What is the maximum combined length of command line arguments including the space between adjacent arguments?
If we want that any wildcard characters in the command line arguments should be appropriately expanded, are we required to make any special provision? If yes, which?
Can the operator == be overloaded for comparing two arrays consisting of characters by using string comparison?
Is C++ case sensitive a) False b) Depends on implementation c) True
Mention the ways in which parameterized can be invoked. Give an example of each.
What is a stack c++?
Explain function overloading
What is function prototyping? What are its advantages?
When should you use global variables?
Why is polymorphism useful?
What are the two types of polymorphism?
What do you mean by inheritance in c++?