Answer Posted / 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 |
Post New Answer View All Answers
What is meant by 'bit masking'?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
Explain the use of keyword 'register' with respect to variables.
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
In C programming, how do you insert quote characters (‘ and “) into the output screen?
List a few unconditional control statement in c.
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
Should a function contain a return statement if it does not return a value?
Describe static function with its usage?
what are non standard function in c
What is strcmp in c?
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
What is the newline escape sequence?
What is a shell structure examples?