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
Is c dynamically typed?
What is a string?
Is anything faster than c?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
What are the usage of pointer in c?
What is a pointer value and address in c?
Where are some collections of useful code fragments and examples?
What is meant by type specifiers?
write a program to copy the string using switch case?
Write a code to generate divisors of an integer?
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
FILE PROGRAMMING
How do you override a defined macro?
Explain what is the best way to comment out a section of code that contains comments?
Write a code to generate a series where the next element is the sum of last k terms.