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 |
Why main is not a keyword in c?
how to find your architecture is LittleEndian or BigEndian?
What is the exact difference between '\0' and ""
what is reason of your company position's in india no. 1.
implement OR gate without using any bitwise operator.
What is the general form of function in c?
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
What is the use of a static variable in c?
Can we include one C program into another C program if yes how?
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
Explain how do you list a file’s date and time?
WHAT IS PRE POSSESSORS?