Answer Posted / sanjay bhosale
Using pointers we can directly manipulate or access memory which is faster hence it increases execution time.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How can I run c program?
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
Can you apply link and association interchangeably?
Can I initialize unions?
How are portions of a program disabled in demo versions?
Compare and contrast compilers from interpreters.
Explain what are global variables and explain how do you declare them?
What is the difference between %d and %i?
Explain can the sizeof operator be used to tell the size of an array passed to a function?
What are the types of unary operators?
Why isnt any of this standardized in c?
What is the advantage of an array over individual variables?
Write a c program to build a heap method using Pointer to function and pointer to structure ?
What header files do I need in order to define the standard library functions I use?
Disadvantages of C language.