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 is wrapper class in c++?
Differentiate between an external iterator and an internal iterator?
What are advantages of c++?
Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.
What do you mean by function pointer?
Where the memory to the static variables is allocated?
Is c++ faster than c?
What is a rooted hierarchy?
You want to link a c++ program to c functions. How would you do it?
What is class and structure in c++?
How can you specify a class in C++?
What is private, public and protected inheritance?
Which one between if-else and switch is more efficient?
What are the basics of local (auto) objects?
What is a dynamic binding in c++?