Answer Posted / nipa
using pointer some facility is there
1.. we reduce length and complexity of a program
2.. increase speed of execution of program
3.. it can capable to handling data table
4.. to access variable which is defined outside the function
5 .. handle character string
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is || operator and how does it function in a program?
What is difference between union All statement and Union?
Explain can static variables be declared in a header file?
write a program in c language to print your bio-data on the screen by using functions.
Is fortran still used today?
Define C in your own Language.
Why do we use pointer to pointer in c?
Is there any possibility to create customized header file with c programming language?
What does the format %10.2 mean when included in a printf statement?
What are the different properties of variable number of arguments?
write a program to rearrange the array such way that all even elements should come first and next come odd
if p is a string contained in a string?
What are dangling pointers? How are dangling pointers different from memory leaks?
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
Why do we use int main?