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
What is void main ()?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
Why malloc is faster than calloc?
Explain how do you generate random numbers in c?
Can you assign a different address to an array tag?
How is actual parameter different from the formal parameter?
What is the difference between variable declaration and variable definition in c?
Is c programming hard?
If null and 0 are equivalent as null pointer constants, which should I use?
What is a newline escape sequence?
What is character set?
Can true be a variable name in c?
What is non linear data structure in c?
What is c token?
What does return 1 means in c?