What is the limitation of cin while taking input for character array?
No Answer is Posted For this Question
Be the First to Post Answer
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?
Write a program and call it sortcheck.cpp which receives 10 numbers from input and checks whether these numbers are in ascending order or not. You are not allowed to use arrays. You should not define more than three variables
What is #include iomanip?
What is &x in c++?
What is enum class in c++?
What is doubly linked list in c++?
Why is c++ is better than c?
write a program in c++ to implement stack using functions in header file stack.h
Define copy constructor.
Does c++ have string data type?
What is array give example?
We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?