Answer Posted / premnath
C++ is a Object Oriented Programming Language which is derived from C.
C++ is a general purpose language and is invented by "Bjarne Stroustrup" .
The main features of C++(OOP) are :
Operators and operator overloading,
Classes,
Objects,
Encapsulation,
Inhiritence,
Polymorphism &
Templates.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
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.
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
What is time null in c?
Do pointers need to be initialized?
Differentiate fundamental data types and derived data types in C.
Explain what is the difference between a string and an array?
What is equivalent to ++i+++j?
When should the volatile modifier be used?
What is the size of array float a(10)?
how to introdu5ce my self in serco
What is the difference between strcpy() and memcpy() function in c programming?
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
What is the difference between procedural and functional programming?
#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }
What is the right type to use for boolean values in c?