Can we use struct in c++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Is c++ primer good for beginners?

0 Answers  


which of the following is not an secondary constant a) array b) real c) union

0 Answers  


Why do we use setw in c++?

0 Answers  


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.

1 Answers  


Can we inherit constructor in c++?

0 Answers  


Discuss the possibilities related to the termination of a program before entering the mainq method?

0 Answers  


Why is standard template library used?

0 Answers  


How do you invoke a base member function from a derived class in which you have not overridden that function?

0 Answers  


What are manipulators used for?

0 Answers  


Explain function overloading and operator overloading.

0 Answers  


Do we have to use initialization list in spite of the assignment in constructors?

0 Answers  


write a programme to get a character and thier ASCII value

0 Answers  


Categories