What should malloc() do? Return a null pointer or a pointer to 0 bytes?
No Answer is Posted For this Question
Be the First to Post Answer
Is javascript based on c?
What is meant by operator precedence?
12344321 123 321 12 21 1 1 how i print this program??
5 Answers DSR Management, Winit,
Why are algorithms important in c program?
In C language, a variable name cannot contain?
What will be the outcome of the following conditional statement if the value of variable s is 10?
how does the C compiler interpret the following two statements p=p+x; q=q+y; a. p=p+x; q=q+y b. p=p+xq=q+y c. p=p+xq; q=q+y d. p=p+x/q=q+y
hOW Can I add character in to pointer array of characters char *a="indian"; ie I want to add google after indian in the char *a
Which function in C can be used to append a string to another string?
find the output of the following program main() { int x=5, *p; p=&x; printf("%d",++*p); }
What is property type c?
Explain union.