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

Difference between Abstraction and encapsulation in C++?

0 Answers   Impetus,


What is conditions when using boolean operators?

0 Answers  


Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes

0 Answers  


how to find the maximum of 10 numbers ?

5 Answers  


What are enumerations?

0 Answers  






1. What does the following do: void afunction(int *x) { x=new int; *x=12; } int main() { int v=10; afunction(&v); cout<<v; } a) Outputs 12 b) Outputs 10 c) Outputs the address of v

5 Answers   Quark,


difference between macro and function?

3 Answers  


Explain how a pointer to function can be declared in C++?

0 Answers  


What is a container class? What are the types of container classes?

1 Answers  


Does c++ cost money?

0 Answers  


How can I learn c++ easily?

0 Answers  


What are the 3 levels of programming languages?

0 Answers  


Categories