What is struct c++?


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

Post New Answer

More C++ General Interview Questions

If we declare two macro with the same identifier without doing undef the first, what will be the result? eg: #define MAX_SIZE 100 #define MAX_SIZE 200 int table1[MAX_SIZE];

3 Answers  


What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?

0 Answers  


Explain selection sorting. Also write an example.

0 Answers  


What is the latest version on c++?

0 Answers  


What do you mean by global variables?

0 Answers  






Is c++ a dying language?

0 Answers  


What are references in c++? What is a local reference?

0 Answers  


Define the operators that can be used with a pointer.

0 Answers  


what is multi-threading in C++?

0 Answers  


How would you use qsort() function to sort an array of structures?

0 Answers  


Evaulate: 22%5 a) 2 b) 4 c) 0

0 Answers  


What is iterator c++?

0 Answers  


Categories