Answer Posted / rajendiran
pointer is address of the variable and identified the
variable location. if the pointer used to avoid the memory
wastage....
Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
How can you find the day of the week given the date?
What is the argument of a function in c?
Explain what are reserved words?
Tell us the use of fflush() function in c language?
What is the newline escape sequence?
can anyone suggest some site name..where i can get some good data structure puzzles???
How can you determine the maximum value that a numeric variable can hold?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
What is the auto keyword good for?
#include
Can a local variable be volatile in c?
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.
What is the 'named constructor idiom'?
Explain the use of bit fieild.
What is fflush() function?