Answer Posted / bharat chandra
pointer is dynamic memory allocaton and memory space are
reduce.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the 32 keywords in c?
What is cohesion and coupling in c?
List the difference between a 'copy constructor' and a 'assignment operator' in C?
Mention four important string handling functions in c languages .
What is the use of getchar functions?
What is New modifiers?
Explain union.
What are types of structure?
Where are local variables stored in c?
Is it acceptable to declare/define a variable in a c header?
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
What is a structure in c language. how to initialise a structure in c?
What is the explanation for the dangling pointer in c?
Explain what is dynamic data structure?