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
Explain what are the standard predefined macros?
What is the best style for code layout in c?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
Which built-in library function can be used to match a patter from the string?
What is c language & why it is used?
What is infinite loop?
Write a program to print all permutations of a given string.
Explain what is the best way to comment out a section of code that contains comments?
please send me the code for multiplying sparse matrix using c
What is c basic?
Explain what are the advantages and disadvantages of a heap?
Is null a keyword in c?
Why is void main used?
Is struct oop?
What is scope rule in c?