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
Explain the Difference between the New and Malloc keyword.
What is 2c dna?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
Explain how do you search data in a data file using random access method?
Differentiate between Macro and ordinary definition.
Explain modulus operator. What are the restrictions of a modulus operator?
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
What are local static variables? How can you use them?
Differentiate call by value and call by reference?
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
How do I create a directory? How do I remove a directory (and its contents)?
What is variable initialization and why is it important?
What do the functions atoi(), itoa() and gcvt() do?
Under what circumstances does a name clash occur?
Explain #pragma statements.