why c++ is not called strictly d super set of c?
Answer Posted / subhashree das
there are some operators in c++; which can be used as
identifiers in c. so if we execute the program in .c it will
not show any error, where as if we execute the same program
in .cpp , it will show error.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
How compile and run c++ program in turbo c++?
Describe Trees using C++ with an example.
What is the use of main function in c++?
What are the different types of polymorphism in c++?
Which one between if-else and switch is more efficient?
What is private inheritance?
Explain the static member function.
Write about all the implicit member functions of a class?
What is static class data?
Must accepts "Maestro Cards" Tax for bike should be less than 15 Total number of lanes is more than 10 Must provides monthly pass Write a method: boolean isGoodTollBridge(String[] cardsAccepted, String[] tollTax, boolean hasMonthlyPass, int numberOfLanes); String[] cardsAccepted A String array of names of card types accepted for payment of toll tax, it can be null if the toll does not accept any card String[] tollTax A String array of toll tax chart (say “Train : 300â€Â,â€ÂBullCart : 10â€Â) boolean hasMonthlyPass This parameter defines whether there is any monthly pass available or not int numberOfLanes This parameter defines the number of lanes for each side
Who made c++?
What is the purpose of templates in c++?
Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL
What does floor mean in c++?
Which software is best for coding?