what different between c and c++
Answer / shivangi
c is procedural programming language and c++ is oop. then c is use of scan, printf and c++ is use of cin>> or count.
c is doesn't refrence variable and c++ is support refrence variable.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is static volatile in c?
code snippet for creating a pyramids triangle ex 1 2 2 3 3 3
When should a type cast not be used?
What does volatile do?
Describe static function with its usage?
What is the difference between constant pointer and pointer to a constant. Give examples.
What is use of integral promotions in c?
What is scope rule in c?
Is r written in c?
Write a C program to read the internal test marks of 25 students in a class and show the number of students who have scored more than 50% in the test. Make necessary assumptions.
AMMONG THE 4 STROAGE CLASSES IN C, WHICH ONE FASTEST?
What do you mean by team??