Difference between static global and global?

Answer Posted / rajesh

also static variables has default value as 0.

Is This Answer Correct ?    6 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write about the various sections of the executable image?

570


write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)

1804


Difference between an inspector and a mutator

764


Implement stack operations with pointers with appropriate exception checks.

565


What is searching?

651






Is c++ a low level language?

509


What is the full form of india?

563


What is a float in c++?

542


Is rust better than c++?

602


A prime number is a number which is divisible only by itself and 1. Examples of the first few primes are 2, 3, 5, 7, 11. Consider writing a program which can generate prime numbers for you. Your program should read in and set a maximum prime to generate and a minimum number to start with when looking for primes. This program should be able to perform the following tasks: 1. Read the maximum number from user (keyboard input) to look for primes. The program should not return any primes greater than this number. 2. Read the minimum number from user (keyboard input) to look for primes. The program should not return any primes less than this number. 3. Generate and print out every prime number between the maximum prime and minimum number specified by the user.

1740


How would you use the functions sin(), pow(), sqrt()?

738


What is string in c++ programming?

615


What is c++ prototype?

580


Do you know about C++ 11 standard?

631


what is the use of void main() in C++ language?

636