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 |
How do you access command-line arguments?
write a own function for strstr
Why c is procedure oriented?
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
What are c preprocessors?
How can I manipulate strings of multibyte characters?
Do you know what are the properties of union in c?
24.what is a void pointer? 25.why arithmetic operation can’t be performed on a void pointer? 26.differentiate between const char *a; char *const a; and char const *a; 27.compare array with pointer? 28.what is a NULL pointer? 29.what does ‘segmentation violation’ mean? 30.what does ‘Bus Error’ mean? 31.Define function pointers? 32.How do you initialize function pointers? Give an example? 33.where can function pointers be used?
What are logical errors and how does it differ from syntax errors?
write a program to generate address labels using structures?
Can U write a C-program to print the size of a data type without using the sizeof() operator? Explain how it works inside ?
What is the difference between array and linked list in c?