What does extern mean in a function declaration in c++?
No Answer is Posted For this Question
Be the First to Post Answer
an operation between an integer and real always yeilds a) integer result b) real result c) float result
What is scope operator in c++?
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?
Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. Your program should work for squares of all side sizes between 1 and 20. --- │ │ │ │ │ │ ---
What is microsoft c++ redistributable?
Define the process of error-handling in case of constructor failure?
why all c++ program must have default constructor?
How can we read/write Structures from/to data files?
Which bit wise operator is suitable for putting on a particular bit in a number?
write the prime no program in c++?
What is meant by const_cast?
Can we declare destructor as static? Explain?