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
Differentiate abs() function from fabs() function.
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
What is a stream water?
What is the difference between int main and void main in c?
Can we use any name in place of argv and argc as command line arguments?
How does sizeof know array size?
Do you know the difference between malloc() and calloc() function?
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
what is bit rate & baud rate? plz give wave forms
What is the purpose of type declarations?
How we can insert comments in a c program?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
Explain how can I convert a number to a string?
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
What is openmp in c?