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
Is c procedural or object oriented?
What is a c token and types of c tokens?
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
Explain what is the benefit of using const for declaring constants?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
What is the use of getchar() function?
How can I find out the size of a file, prior to reading it in?
Is it possible to execute code even after the program exits the main() function?
how to write a c program to print list of fruits in alpabetical order?
What is time complexity c?
How can you access memory located at a certain address?
Explain that why C is procedural?
How to set file pointer to beginning c?
Explain c preprocessor?
What does & mean in scanf?