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 the facialities provided by you after the selection of the student.
What does. int *x[](); means ?
When is a “switch” statement preferable over an “if” statement?
.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }
What is #define size in c?
Is fortran still used in 2018?
Explain the use of bit fieild.
What is meant by errors and debugging?
Is flag a keyword in c?
What's a good way to check for "close enough" floating-point equality?
Is void a keyword in c?
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
What is a static variable in c?
Does c have class?
How many main () function we can have in a project?