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
What is a protocol class?
What is the full form of c++?
How the delete operator differs from the delete[]operator?
How to declare a pointer to an array of integers?
What is the full form of stl in c++?
What is null pointer and void pointer?
Difference between shift left and shift right?
What is algorithm in c++ programming?
Explain virtual functions in C++.
What is stack unwinding?
Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).
How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?