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
What is dev c++ used for?
Please explain class & object in c++?
How would you obtain segment and offset addresses from a far address of a memory location?
Who discovered c++?
Write a Program for find and replace a character in a string.
Differentiate between realloc() and free().
Why are arrays usually processed with for loop?
What is enum c++?
What is c++ course?
What do you mean by function and operator overloading in c++?
What is the sequence of destruction of local objects?
What is a node class in c++?
How do you write a function that can reverse a linked-list?
What are static and dynamic type checking?
Am studying basic c++ programming, have been given the following assignment. Design a linear program to calculate the maximum stress a material can withstand given a force and a diameter of a circle. To find the required area pi should be defined. Have most of the program sorted out but am at a loss as to how to show the calculations required. Can anyone help?