How pointer is benefit for design a data structure algorithm?

Answer Posted / deepu.

I am cheking.by useing
pointer we save the
memory.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the use of fflush() function?

626


Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal. [ I gave the obvious solution of taking % 10 and / 10, which gives us the decimal value in reverse order. This requires an array since we need to print it out in the correct order. The interviewer wasn't too pleased and asked me to give a solution which didn't need the array ].

643


Is it better to use a macro or a function?

655


Differentiate between #include<...> and #include '...'

617


What is %d called in c?

761






c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above

613


What is string function c?

568


can anyone please tell about the nested interrupts?

1678


Is main is a keyword in c?

610


Why clrscr is used after variable declaration?

1041


What tq means in chat?

582


Explain the difference between strcpy() and memcpy() function?

595


Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?

655


How would you obtain the current time and difference between two times?

728


How many parameters should a function have?

668