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 do u use # before include in a C Progam?
What is Bitwise Operator and how it works?
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
hi folks i m approching for h1 b interview on monday 8th of august at montreal and i m having little problem in my approval notice abt my bithdate my employer has made a mistake while applying it is 12th january and istead of that he had done 18 the of january do any body have any solution for that if yes how can i prove my visa officer abt my real birthdate it urgent please let me know guys thaks dipesh patel
write a addition of two no. program with out using printf,scanf,puts .
Who is the founder of c language?
what is the purpose of the code, and is there any problem with the code? int f( int n, int l, int r ) { return (n << l) >> r; }
Can we change the value of constant variable in c?
two progs are given. one starts counting frm 0 to MAX and the other stars frm MAX to 0. which one executes fast.
Explain what is the stack?
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
Why is malloc used?