Answer Posted / satish kumar
C:
1.c is the structure programing language.
2.its contains the top down procedure .
3.in dis programing language programs are very complex.
4.it doesnt suports the inheritanc concepts..nd exception
handling concepts.
C++:
1.c++ is the object oriented programing language.
2.it is the bottm down procedure.
3.comparing to the c .it can be suports the
inheritance ,exception handlng,constructors,operator
overloadiong concepts.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational
In a switch statement, explain what will happen if a break statement is omitted?
What is main return c?
What are the rules for identifiers in c?
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
Explain what is gets() function?
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
Wt are the Buses in C Language
Explain what does it mean when a pointer is used in an if statement?
What is const volatile variable in c?
Is it possible to initialize a variable at the time it was declared?
What is the use of getch ()?
what are bit fields in c?
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 is python slower than c?