What are the advantages of prototyping?
No Answer is Posted For this Question
Be the First to Post Answer
write a corrected statement in c++ so that the statement will work properly. x = y = z + 3a;
If we declare two macro with the same identifier without doing undef the first, what will be the result? eg: #define MAX_SIZE 100 #define MAX_SIZE 200 int table1[MAX_SIZE];
What is the use of c++ programming language in real life?
Write any small program that will compile in "C" but not in "C++"
Why for local variables the memory required to hold the variable is allocated from the program stack and for new its allocated from the heap?
write a programming using for loop in c++ to generate diamond trangel?
Define Virtual 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
Explain this pointer?
What is a storage class in C++
What does the ios::ate argument do?
Explain all the C++ concepts using examples.