Difference between static global and global?

Answer Posted / afroz

there is no any diffrence between static and non static
global variable

Is This Answer Correct ?    16 Yes 115 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How the memory management in vectors are being done. What happens when the heap memory is full, and how do you handle it ?

1839


Which is best c++ or java?

613


How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?

630


Is it possible to have a recursive inline function in c++?

552


which of the following is not an secondary constant a) array b) real c) union

1262






What are the benefits of c++?

569


What operator is used to access a struct through a pointer a) >> b) -> c) *

594


What is the difference between the functions memmove() and memcpy()?

635


Explain public, protected, private in c++?

565


Explain virtual class and friend class.

603


What is a breakpoint?

563


What are friend classes?

615


What is doubly linked list in c++?

634


What is a namespace in c++?

601


What is encapsulation in C++? Give an example.

588