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

What is the use of volatile keyword in c++? Give an example.

1 Answers  


What are the sizes and ranges of the basic c++ data types?

0 Answers  


Why cout is used in c++?

0 Answers  


What is c++ redistributable?

0 Answers  


Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h

0 Answers  






Is c++ platform dependent?

0 Answers  


What is c++ w3school?

0 Answers  


What is the use of object in c++?

0 Answers  


i want to know how to copy arrary without using any method or function. I have tried the below using System; class e4 { static void Main(string[] args) { int a,b; int[ ] m= new int[5]; int[ ] n= new int[5]; for(a=0;a<=4;a++) { Console.WriteLine("enter any value"); m[a]=Convert.ToInt32(Console.ReadLine()); m[a]=n[a]; } for(b=0;b<=4;b++) { Console.WriteLine(n[b]); } } } but it will give wrong result can anyone solve this problem

1 Answers   Reliance,


What is c++ stringstream?

0 Answers  


What is virtual table?

0 Answers  


Can you pass a vector to a function?

0 Answers  


Categories