Answer Posted / renisha
c++ is powerful general purpose system. it used objects,
classes, functions. it used to compiler that input and
display the output. it can use more information. user can
use variety of information whatever they needs.
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
When the macros gets expanded?
Why c is called a middle level language?
What does %c do in c?
What is a class c rental property?
What are variables c?
What is the benefit of using const for declaring constants?
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
Can one function call another?
What are the scope of static variables?
What are the benefits of c language?
Differentiate between #include<...> and #include '...'
What is difference between Structure and Unions?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
Once I have used freopen, how can I get the original stdout (or stdin) back?
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.