difference between c and c++?
Answers were Sorted based on User's Feedback
Answer / manisha thakur
in c is not a object oriented
in c++ is object oriented
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / mail
in c we using printf and scanf
in c++ we using cin and cout
| Is This Answer Correct ? | 3 Yes | 2 No |
What is the difference between array and linked list in c?
Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon
what information does the header files contain?
6 Answers BSNL, Cisco, GDA Technologies,
Tell us two differences between new () and malloc ()?
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
write an interactive program to generate the divisors of a given integer.
Without using main fn and semicolon,print remainder for a given number in C language
code for concatination of 2 strings with out using library functions?
what is the difference between arrays and linked list
26 Answers MAHINDRA, Tech Mahindra, Wipro,
Write the syntax and purpose of a switch statement in C.
Is register a keyword in c?
What is the use of typedef in c?