Answer Posted / manish soni tagore collage jai
main deference in c and cpp is
-------------------|-------------------|
c | c++ |
-------------------|-------------------|
top down approach | bottom up approach|
-------------------|-------------------|
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is sizeof array in c?
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
largest Of three Number using without if condition?
In C programming, what command or code can be used to determine if a number of odd or even?
How can I write functions that take a variable number of arguments?
What is a pointer variable in c language?
Why is python slower than c?
How do you use a 'Local Block'?
What is the difference between array and structure in c?
How can I recover the file name given an open stream?
What are the types of c language?
What is the difference between #include
How can I manipulate strings of multibyte characters?
What is use of integral promotions in c?
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above