Answer Posted / monu verma
malloc returns void pointer to allocated memory location.
it is also called generic pointer
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics
Is it possible to have a function as a parameter in another function?
What is dynamic dispatch in c++?
code for quick sort?
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
Is a pointer a kind of array?
What is the scope of local variable in c?
Can you please explain the scope of static variables?
Why pointers are used?
What is the main difference between calloc () and malloc ()?
find out largest elemant of diagonalmatrix
What is pre-emptive data structure and explain it with example?
Write a program to find the biggest number of three numbers in c?
Without Computer networks, Computers will be half the use. Comment.
Why is #define used?