What is the difference between global int and static int declaration?


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

Post New Answer

More C++ General Interview Questions

What is c++ mutable?

0 Answers  


What is meant by forward referencing and when should it be used?

0 Answers  


What are the different data types present in C++?

4 Answers  


Which operator can not be overloaded in C++?

1 Answers  


What is #include iostream?

0 Answers  


write a programme to get a character and thier ASCII value

0 Answers  


What is the arrow operator in c++?

0 Answers  


Define stacks. Provide an example where they are useful.

0 Answers  


Write a program that read 2o numbers in and array and output the second largest number. Can anybody help??

7 Answers  


Explain how would you handle a situation where you cannot call the destructor of a local explicitly?

0 Answers  


What is recursion?

6 Answers  


Give a very good method to count the number of ones in a "n" (e.g. 32) bit number.

3 Answers  


Categories