what is available in C language but not in C++?
Answer Posted / hussain reddy
malloc calloc realloc and free in c but not in c++
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
Is c procedural or object oriented?
Why do we need arrays in c?
What is the deal on sprintf_s return value?
define string ?
Explain how do you print only part of a string?
Which is better between malloc and calloc?
What is main () in c?
explain what is a newline escape sequence?
Explain how can you tell whether a program was compiled using c versus c++?
Write a program to print numbers from 1 to 100 without using loop in c?
What is the modulus operator?
How is actual parameter different from the formal parameter?
Explain what is output redirection?
Explain how do you generate random numbers in c?
Is c dynamically typed?