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
Which one would you prefer - a macro or a function?
What are the parts of c program?
How can I direct output to the printer?
Explain union.
what are non standard function in c
What is the correct declaration of main?
What is the significance of an algorithm to C programming?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
How can a number be converted to a string?
Are the variables argc and argv are local to main?
Does c have function or method?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
find the sum of two matrices and WAP for it.
Multiply an Integer Number by 2 Without Using Multiplication Operator