What you know about structures in C++?


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

Post New Answer

More C++ General Interview Questions

What are inline functions?

2 Answers   Fidelity, Verizon,


Who was the creator of c++?

0 Answers  


Explain public, protected, private in c++?

0 Answers  


Write a program and call it sortcheck.cpp which receives 10 numbers from input and checks whether these numbers are in ascending order or not. You are not allowed to use arrays. You should not define more than three variables

2 Answers   BirlaSoft, Crayonz,


What does #define mean in c++?

0 Answers  






What is this weird colon-member (" : ") syntax in the constructor?

0 Answers  


What is the most useful programming language?

0 Answers  


What is helper in c++?

0 Answers  


char *ch = "abcde"; char c[4]; how to copy 'ch' to 'c'?

4 Answers   Thomson Reuters,


What are enumerations?

0 Answers  


What is a manipulator in c++?

0 Answers  


Explain the concept of copy constructor?

0 Answers  


Categories