What is the difference between structure and class?


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

Post New Answer

More C++ General Interview Questions

What is pointer to member?

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,


What is boyce codd normal form in c++?

0 Answers  


What is the use of function pointer?

0 Answers  


How many standards of c++ are there?

0 Answers  






What are the syntactic rules to be avoid ambiguity in multiple inheritance?

0 Answers  


Define pure virtual function?

0 Answers  


What are the general quetions are in DEna bank manager IT/System interviews?

0 Answers   Dena Bank, ICICI,


Where is atoi defined?

0 Answers  


Difference between shift left and shift right?

1 Answers   Symphony,


Why do we use templates?

0 Answers  


What is std namespace in c++?

0 Answers  


Categories