Difference between static global and global?
Answer Posted / priya
static means fixed we should not change anything,but in non
static we can change.
| Is This Answer Correct ? | 5 Yes | 106 No |
Post New Answer View All Answers
what kind of projects are suitable for c and c++
What is c++ vb?
What is abstraction in c++ with example?
Is c++ the hardest language?
Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL
What happens when you make call 'delete this;'?
What is the two main roles of operating system?
How do you initialize a string in c++?
What is the best book for c++ beginners?
What is data structure in c++?
What is the use of 'this' pointer?
What is a storage class used in c++?
What is runtime polymorphism in c++?
What does ctime() do?
What is virtual destructor? What is its use?