Answer Posted / guest
structure is the diff collection of datatypes
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
What is pointers in c with example?
What does *p++ do? What does it point to?
Can include files be nested?
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
What is dynamic memory allocation?
Write a Program to find whether the given number or string is palindrome.
Do you know the purpose of 'register' keyword?
Explain how do you print only part of a string?
What is advantage of pointer in c?
What is declaration and definition in c?
Define Array of pointers.
What is the difference between abs() and fabs() functions?
What does the format %10.2 mean when included in a printf statement?
Explain what are the advantages and disadvantages of a heap?