what is available in C language but not in C++?
Answer Posted / chandrasekhar
c progrm donein top to bottom apparoch but c++bottom to top
apparoch
| Is This Answer Correct ? | 18 Yes | 1 No |
Post New Answer View All Answers
Can you please explain the scope of static variables?
What is a function in c?
What is the difference between typedef and #define?
If I have a char * variable pointing to the name of a function ..
Differentiate fundamental data types and derived data types in C.
Explain how can you determine the size of an allocated portion of memory?
What does d mean?
Write a program to print fibonacci series without using recursion?
What is the purpose of the statement: strcat (S2, S1)?
What are the disadvantages of c language?
How does free() know explain how much memory to release?
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
5 Write an Algorithm to find the maximum and minimum items in a set of ānā element.
What is switch in c?
Explain null pointer.