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
Explain what is the benefit of using #define to declare a constant?
List some of the dynamic data structures in C?
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
Write a program to swap two numbers without using the third variable?
How to compare array with pointer in c?
What the advantages of using Unions?
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
Where can I get an ansi-compatible lint?
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
What is the explanation for cyclic nature of data types in c?
What are the different types of control structures?
how do you programme Carrier Sense Multiple Access
What is the use of ?: Operator?
What is use of integral promotions in c?
What is typedf?