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 |
Write a program that receives as input a number omaadel-n-print, four digits.
What is the difference between CV and Resume ?
What is the use of getchar functions?
What is the newline escape sequence?
we have a 3litres jug and a 5 litres jug and no measures on them. using these two jugs how can we measure 4 litres of water?
PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
c program to manipulate x=1!+2!+3!+...+n! using recursion
Total of how many functions are available in c?
Write code for finding depth of tree
write a program to convert a expression in polish notation (postfix) to inline (normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix
What is the purpose of 'register' keyword?