What is the best way to declare and define global variables?


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

Post New Answer

More C++ General Interview Questions

Why cstdlib is used in c++?

0 Answers  


What would happen on forgetting [], while deallocating an array through new?

0 Answers  


What are the advantages of using a pointer? Define the operators that can be used with a pointer.

0 Answers  


give me some class & objects examples?

1 Answers  


What does catch(…) mean?

0 Answers  






Will the inline function be compiled as the inline function always? Justify.

1 Answers  


What is scope operator in c++?

0 Answers  


What are containers in c++?

0 Answers  


What do you mean by stack unwinding in c++?

0 Answers  


What is c++ array?

0 Answers  


what is the behaviour of C and C++ compiler for the below statements. int *p; p = malloc(100); Is the behaviour same ? or different ?

2 Answers  


Explain the isa and hasa class relationships.

0 Answers  


Categories