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

What is vectorial capacity?

653


Do vectors start at 0?

596


What is the role of static keyword for a class member variable?

631


Why are pointers used?

582


What are the 4 types of library?

600






What is c++ map?

571


Explain terminate() and unexpected() function?

630


Why cstdlib is used in c++?

585


which operator is used for performing an exponential operation a) > b) ^ c) none

610


What is iomanip c++?

600


A company pays its salespeople on a commission basis. The salespeople receive $200 per week plus 9 percent of their gross sales for that week. For example, a saleperson who sells $5000 worth of merchandise in a week receives $200 plus 9 percent of $5000, or a total of $650. You have been supplied with a list of items sold by each salesperson. The values of these items are as follows: Item Value A 239.99 B 129.75 C 99.95 D 350.89 Write a program that inputs one salesperson's items sold in a week (how many of item A? of item B? etc.) and calculates and displays that salesperson's earnings for that week.

3415


How come you find out if a linked-list is a cycle or not?

573


What is the difference between containment and delegation?

706


What is the best way to take screenshots of a window with c++ in windows?

573


Why iomanip is used in c++?

643