can anybody please tell me how to write a program in
c++,without using semicolon(;)
Answer Posted / anonymous
#include<iostream.h>
void main()
{
}
/*this is also a c++ prog.it is never said dat main body
cannot be empty*/
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
What do nonglobal variables default to a) auto b) register c) static
Explain the concept of friend function in c++?
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
Describe the setting up of my member functions to avoid overriding by the derived class?
which operator is used for performing an exponential operation a) > b) ^ c) none
Why iomanip is used in c++?
What is ios flag in c++?
What is c++ code?
Define basic type of variable used for a different condition in C++?
What are static variables?
What is virtual destructor ans explain its use?
Can non graphic characters be used and processed in C++?
What is null and void pointer?
What is #include ctype h in c++?
When you overload member functions, in what ways must they differ?