When should you use global variables?
No Answer is Posted For this Question
Be the First to Post Answer
How c functions prevents rework and therefore saves the programers time as wel as length of the code ?
What is a base class?
What's the "software peter principle”?
What is a terminating character in c++?
What is bubble sort c++?
What is purpose of new operator?
What are enumerations?
What is abstraction in c++?
Can you use the function fprintf() to display the output on the screen?
If you had the following code: int x = 23; int *y; y = &x; The instruction y++; does what?
write a corrected statement in c++ so that the statement will work properly. x = y = z + 3a;
What are the four partitions in which c++ compiler divides the ram?