What is malloc() function?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the difference between malloc() and calloc() in c?
no consistent academics. how to answer the question
what is the disadvantage of using macros?
What is the output from this program? #include <stdio.h> void do_something(int *thisp, int that) { int the_other; the_other = 5; that = 2 + the_other; *thisp = the_other * that; } int main(void) { int first, second; first = 1; second = 2; do_something(&second, first); printf("%4d%4d\n", first, second); return 0; }
out put of printf(ā%dā,printf(ram));
write a program to convert a expression in polish notation (postfix) to inline (normal)
In which language linux is written?
How can I determine whether a machines byte order is big-endian or little-endian?
How. To pass the entrance test
what is object oriental programing?
Explain how can I convert a string to a number?
What is unary operator?