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
Is javascript based on c?
Where static variables are stored in memory in c?
What are the rules for the identifier?
What does d mean?
Which driver is a pure java driver
What is void c?
Can true be a variable name in c?
What is the use of a static variable in c?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
What are the advantages of c language?
What are pointers in C? Give an example where to illustrate their significance.
Explain two-dimensional array.
Why does everyone say not to use scanf? What should I use instead?
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2