What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
No Answer is Posted For this Question
Be the First to Post Answer
main() { int i; printf("%d",((i=1)*i-- - --i*(i=-3)*i++ + ++i)); } ans is 24 bt how?pls tell smbody............
Write a program to find the biggest number of three numbers in c?
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
a<<1 is equivalent to a) multiplying by 2 b) dividing by 2 c) adding 2 d)none of the above
What's the difference between calloc() and malloc()?
What are the advantages of c language?
read a number & print all its devisors using c-program?
What is static memory allocation? Explain
Explain the difference between struct and union.
Give me the code of in-order recursive and non-recursive.
What is difference between %d and %i in c?
When should the const modifier be used?