Answer Posted / phani kumar s
we have the power ful recursion.
the function to be terminate at one place which may be
difficult in this.
| Is This Answer Correct ? | 0 Yes | 9 No |
Post New Answer View All Answers
What are preprocessor directives in c?
p*=(++q)++*--p when p=q=1 while(q<=6)
what value is returned to operating system after program execution?
why we wont use '&' sing in aceesing the string using scanf
What is the difference between typedef struct and struct?
Write a program to reverse a linked list in c.
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
When should we use pointers in a c program?
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
What is abstract data structure in c?
What is .obj file in c?
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
What is the usage of the pointer in c?
What is pointer in c?
Explain what does the format %10.2 mean when included in a printf statement?