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
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
What is a program flowchart?
What should malloc(0) do?
Is c++ based on c?
Explain what is the heap?
How can you be sure that a program follows the ANSI C standard?
How are strings stored in c?
What is the use of linkage in c language?
Function calling procedures? and their differences? Why should one go for Call by Reference?
What does c mean before a date?
What standard functions are available to manipulate strings?
How can you avoid including a header more than once?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
Can you please explain the difference between exit() and _exit() function?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;