Is there something that we can do in C and not in C++?

Answer Posted / achal ubbott

One important difference between c and c++ is that c
compilers are loosely coupled. So it does not perform type
checking that much strictly and can allow some conversions
which otherwise most c++ compilers would not allow.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does asterisk mean in c++?

598


Can we get the value of ios format flags?

675


Tell me can a pure virtual function have an implementation?

566


Which c++ compiler is best?

607


Explain how overloading takes place in c++?

586






Explain differences between new() and delete()?

628


C is to C++ as 1 is to a) What the heck b) 2 c) 10

655


We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?

595


what is the use of void main() in C++ language?

654


List the issue that the auto_ptr object handles?

625


What is an operator function? Describe the function of an operator function?

632


Why null pointer is used?

599


Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?

2028


What are punctuators in c++?

667


What are built-in functions? What is the syntax for the definition?

578