what is available in C language but not in C++?
Answer Posted / mukhtar
In c u can create variable with name new and delete but not
in c++.
| Is This Answer Correct ? | 40 Yes | 22 No |
Post New Answer View All Answers
What is a static variable in c?
How are Structure passing and returning implemented by the complier?
Can 'this' pointer by used in the constructor?
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
What functions are used for dynamic memory allocation in c language?
What is the difference between int main and void main in c?
Differentiate between static and dynamic modeling.
What is static and volatile in c?
Difference between malloc() and calloc() function?
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
What are the main characteristics of c language describe the structure of ac program?
What are formal parameters?
Difference between macros and inline functions? Can a function be forced as inline?
What does struct node * mean?
How many levels of pointers can you have?