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
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
What is the difference between #include and #include 'file' ?
What does c mean before a date?
void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply
Can we declare variable anywhere in c?
Why is c called a structured programming language?
to find the closest pair
write a progrmm in c language take user interface generate table using for loop?
Write a program to check whether a number is prime or not using c?
What is an lvalue in c?
How do you define CONSTANT in C?
using only #include
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
What is the data segment that is followed by c?
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?