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
Is c still used?
which is conditional construct a) if statement b) switch statement c) while/for d) goto
the factorial of non-negative integer n is written n! and is defined as follows: n!=n*(n-1)*(n-2)........1(for values of n greater than or equal to 1 and n!=1(for n=0) Perform the following 1.write a c program that reads a non-negative integer and computes and prints its factorial. 2. write a C program that estimates the value of the mathematical constant e by using the formula: e=1+1/!+1/2!+1/3!+.... 3. write a c program the computes the value ex by using the formula ex=1+x/1!+xsquare/2!+xcube/3!+....
How can I write a function analogous to scanf?
Write a program which returns the first non repetitive character in the string?
Can you please explain the difference between malloc() and calloc() function?
Is null always equal to 0(zero)?
With the help of using classes, write a program to add two numbers.
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
Is c# a good language?
how do you programme Carrier Sense Multiple Access
Sir i need notes for structure,functions,pointers in c language can you help me please
what do you mean by inline function in C?
Difference between Function to pointer and pointer to function
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode