Answer Posted / manish soni bca 3rd year jaipu
it is recursive function.
here is no condition is apply so
the result is
infintely.
and after that 'the statck memory flow'.
conditio is start.
manish soni tagore bio tech collage,
jaipur
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the difference between new and malloc functions?
Are pointers really faster than arrays?
Can we assign integer value to char in c?
What are types of functions?
What is the need of structure in c?
Can you think of a logic behind the game minesweeper.
Why do we need a structure?
int i=10; printf("%d %d %d", i, i=20, i);
Is malloc memset faster than calloc?
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
What is difference between union and structure in c?
Can an array be an Ivalue?
What is the use of header?
How can I open a file so that other programs can update it at the same time?
Write a client and server program in C language using UDP, where client program interact with the Server as given below: i) The client begins by sending a request to send a string of 8 characters or series of 7 numbers, the server sends back a characters or numbers as per the request of the client. ii) In case of series of 7 numbers: The client sends a multiplication of numbers, to the server. iii) In case of a string of 8 characters: The client sends a reverse order of string to the server.. iv) Server will send an acknowledgment to the client after receiving the correct answer