main difference between c and c++ language
Answer / guest
c is procedure oriented language
c++ is object oriented language
c is a not secure
c++ is a secured
c is low level language
c++ is a middle language
c is top-down approach
c++ is bottom-up approach
| Is This Answer Correct ? | 17 Yes | 1 No |
which type of question asked from c / c++ in interview.
Can you please explain the difference between malloc() and calloc() function?
what is the value of 'i'? i=strlen("Blue")+strlen("People")/strlen("Red")-strlen("green")
7 Answers Cadence, JNTU, Zen Technologies,
Is c is a procedural language?
Explain what is meant by high-order and low-order bytes?
If errno contains a nonzero number, is there an error?
write a program to print largest number of each row of a 2D array
Write a C function to search a number in the given list of numbers. donot use printf and scanf
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
const char * char * const What is the differnce between the above tow?.
Why dont c comments nest?
What is the explanation for prototype function in c?