What you know about structures in C++?
No Answer is Posted For this Question
Be the First to Post Answer
What are inline functions?
Who was the creator of c++?
Explain public, protected, private in c++?
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 does #define mean in c++?
What is this weird colon-member (" : ") syntax in the constructor?
What is the most useful programming language?
What is helper in c++?
char *ch = "abcde"; char c[4]; how to copy 'ch' to 'c'?
What are enumerations?
What is a manipulator in c++?
Explain the concept of copy constructor?