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
I heard that you have to include stdio.h before calling printf. Why?
Who invented b language?
Is it possible to have a function as a parameter in another function?
What is the difference between c &c++?
What is a stream?
How can you avoid including a header more than once?
How many types of functions are there in c?
What are operators in c?
What does a pointer variable always consist of?
What does != Mean in c?
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant
What is the difference between mpi and openmp?
How do you initialize pointer variables?
What are header files why are they important?