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

Post New Answer

More C++ General Interview Questions

Why main function is special in c++?

0 Answers  


What is an operator in c++?

0 Answers  


What is srand c++?

0 Answers  


Write a program to calculate the following i want a c++program for this condition 1+4+9+16+….+100 Like this (1^2+2^2) Hint use function pow(a,b)

4 Answers   HTC, TCS,


What are the uses of pointers?

0 Answers  






Which programming language should I learn first?

0 Answers  


How does c++ structure differ from c++ class?

0 Answers  


What is the difference between C and CPP?

0 Answers   iNautix,


wrong statement about c++ a)code removably b)encapsulation of data and code c)program easy maintenance d)program runs faster

11 Answers  


Write a program using display() function which takes two arguments.

0 Answers  


what is data Abstraction

2 Answers  


Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?

0 Answers  


Categories