what is available in C language but not in C++?

Answer Posted / jibin jose

type conversion in c : (Datatype)value
type conversion in c++ : int(Datatype)

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is c procedural or object oriented?

769


What is a c token and types of c tokens?

811


How can I invoke another program (a standalone executable, or an operating system command) from within a c program?

860


Explain what is the benefit of using const for declaring constants?

790


how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?

1676


What is the use of getchar() function?

841


How can I find out the size of a file, prior to reading it in?

871


Is it possible to execute code even after the program exits the main() function?

1054


how to write a c program to print list of fruits in alpabetical order?

2063


What is time complexity c?

743


How can you access memory located at a certain address?

851


Explain that why C is procedural?

880


How to set file pointer to beginning c?

898


Explain c preprocessor?

862


What does & mean in scanf?

829