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


Please Help Members By Posting Answers For Below Questions

What are static variables in c?

629


Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal. [ I gave the obvious solution of taking % 10 and / 10, which gives us the decimal value in reverse order. This requires an array since we need to print it out in the correct order. The interviewer wasn't too pleased and asked me to give a solution which didn't need the array ].

646


Is boolean a datatype in c?

547


Define Array of pointers.

635


Explain what is the benefit of using enum to declare a constant?

588






Why is c so popular?

650


What is the benefit of using an enum rather than a #define constant?

661


Place the #include statement must be written in the program?

573


Write a program to swap two numbers without using the third variable?

598


Explain what is operator promotion?

637


List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.

2303


What are enums in c?

663


How do we declare variables in c?

571


What does == mean in texting?

668


diff between exptected result and requirement?

1596