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
What is a protocol in c?
regarding pointers concept
How are structure passing and returning implemented?
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
Is multithreading possible in c?
Is fortran faster than c?
Which is better between malloc and calloc?
How do you print only part of a string?
What is c language used for?
What is dynamic variable in c?
Can we declare function inside main?
Why is it important to memset a variable, immediately after allocating memory to it ?
Explain how does free() know explain how much memory to release?
what are the advantages of a macro over a function?
Does * p ++ increment p or what it points to?