What is vectorial capacity?
No Answer is Posted For this Question
Be the First to Post Answer
Which is not a valid keyword a) public b) protected c) guarded
What are the differences between public, private, and protected access?
12 Answers IBM, Oracle, Wipro,
Design a program to input a date from user in the form day/month/year (e.g. 2/6/2000) and report whether it’s a valid date or not. The program should take account of leap years. You will need to know that a leap year is a year that is exactly divisible by 4, except that century years are only leap years if they are divisible by 400.
What compiler was used?
What is a pointer with example?
Which software is best for c++ programming?
What are the advantages of using const reference arguments in a function?
Give example of a pure virtual function in c++?
Eplain extern keyword?
What are the rules for naming an identifier?
How many types of comments are there in c++?
State the difference between pre and post increment/decrement operations.