declare an array of structure where the members of the
structure are integer variable float variable integer array
char variable access all elements of the structure using dot
operator and this pointer operator
No Answer is Posted For this Question
Be the First to Post Answer
Can you please explain the difference between using macro and inline functions?
Is C++ case sensitive a) False b) Depends on implementation c) True
What is a manipulator in c++?
Do class declarations end with a semicolon?
What are different types of loops in c++?
what is importance of data sturture in a programming language?
22 Answers L&T, TCS, Wipro,
List the merits and demerits of declaring a nested class in C++?
What are the advantages of using a pointer?
Evaluate !(1&&1||1&&0) a) Error b) False c) True
What is the difference between delegation and implemented-in-terms-of?
What are the conditions that have to be met for a condition to be an invariant of the class?
Does c++ have foreach?