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 program in c language to print your bio-data on the screen by using functions.
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
What is structure data type in c?
Write a program to show the change in position of a cursor using c
Why is python slower than c?
What is the scope of an external variable in c?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
What is the use of static variable in c?
diff between exptected result and requirement?
Can you write a programmer for FACTORIAL using recursion?
praagnovation
Explain the use of #pragma exit?
What is c method?
What is a header file?
What do you mean by recursion in c?