What is the use of structure in c++?


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

Post New Answer

More C++ General Interview Questions

What do you mean by vtable and vptr in c++?

0 Answers  


Evaluate as true or false: !(1 &&0 || !1) a) True b) False c) Invalid statement

0 Answers  


What do you mean by C++ access specifiers ?

1 Answers  


You're given an array containing both positive and negative integers and required to find the sub-array with the largest sum (O(N) a la KBL). Write a routine in C for the above.

4 Answers  


What is a terminating character in c++?

0 Answers  






What is the basic difference between C and C++?

0 Answers   NIIT,


What are manipulators in c++ with example?

0 Answers  


What is the difference between #import and #include?

0 Answers  


what are the events occur in intr activated on interrupt vector table

0 Answers   HGS,


int main() { int i ,a[i]; i = 0; a[i] = 10; cout<< a[i] << endl; return 0; } What will be output of this program?

11 Answers   HCL, Mphasis,


wap to accept 10 numbers & display the number of odd and even numbers??

1 Answers  


How can a '::' operator be used as unary operator?

1 Answers  


Categories