Answer Posted / savitha
c++ is object oriented programming language... it has special functions such as class, polymorphism ,inheritance ,encapsulation , data abstraction...hence we can develop programs which relates to objects makes us easy to understand
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
FILE PROGRAMMING
What do you mean by c what are the main characteristics of c language?
What is sizeof c?
What is the difference between memcpy and memmove?
Explain what happens if you free a pointer twice?
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
What should malloc(0) do?
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
What is s in c?
how to create duplicate link list using C???
Explain what is the heap?
What is the difference between array and pointer in c?
Which header file is essential for using strcmp function?