Answer Posted / devanshu
hello
not coorect but aprocsimet 200-300 fuctuion in c
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the most efficient way to store flag values?
Is the exit() function same as the return statement? Explain.
Explain how can you be sure that a program follows the ansi c standard?
How to draw the flowchart for structure programs?
What is 'bus error'?
Explain the difference between ++u and u++?
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
How can I change the size of the dynamically allocated array?
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
write a c program in such a way that if we enter the today date the output should be next day's date.
How can you find the day of the week given the date?
Why calloc is better than malloc?
Difference between malloc() and calloc() function?