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
write a program to add two numbers of any size.....(remember any size)
What is the value of c?
What is the difference between calloc() and realloc()?
what is inline function?
f() { int a=2; f1(a++); } f1(int c) { printf("%d", c); } c=?
Why main is used in c?
Explain Doubly Linked Lists?
What are types of functions?
What are structure types in C?
Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.
What are multidimensional arrays?
Simplify the program segment if X = B then C ← true else C ← false