what is available in C language but not in C++?
Answer Posted / hussain reddy
malloc calloc realloc and free in c but not in c++
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
What is a newline escape sequence?
What are the advantages and disadvantages of c language?
This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory
Why c is called free form language?
Can you pass an entire structure to functions?
Why flag is used in c?
What are identifiers in c?
Explain what are multidimensional arrays?
What does #pragma once mean?
What is the difference between malloc calloc and realloc in c?
What does %d do?
What are the advantages and disadvantages of a heap?
Why is c so powerful?
What are the types of pointers?