Answer Posted / glibwaresoftsolutions
C++ is a general-purpose, high-level programming language used for system and application development. Developed by Bjarne Stroustrup at Bell Labs in 1983, it builds upon the C language while introducing object-oriented features. It supports multiple paradigms, including procedural, functional, and generic programming. This is one of the most commonly asked C++ interview questions.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
What does %2f mean in c?
What is a constant?
Why do we use int main?
Does c have function or method?
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
Why do we use c for the speed of light?
What are inbuilt functions in c?
What is s in c?
What are the 32 keywords in c?
Can we change the value of constant variable in c?
Does sprintf put null character?
Explain output of printf("Hello World"-'A'+'B'); ?
What is scope rule of function in c?
Why do we use return in c?