Answer Posted / sai
c is a procedural language which can't use in real world
applications
c++ is object oriented programming language
by using objects in c++ we can declare classes
we can use encapsulation in c++ but can't use in c
the execution of c++ is faster than c
we use printf scanf in c and cout cin are used in c++
for writing and printing data
we don't require to write header files in c++ instead we
have to write iostream
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
How is a pointer variable declared?
What is union in c?
How can you avoid including a header more than once?
What is omp_num_threads?
explain what are pointers?
Explain how do you view the path?
What is the use of a static variable in c?
What is function prototype in c language?
What do you understand by normalization of pointers?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
Explain why can’t constant values be used to define an array’s initial size?
What is a program flowchart and explain how does it help in writing a program?
What is the difference between struct and union in C?
What is file in c preprocessor?