Differentiate between null and void pointers.
No Answer is Posted For this Question
Be the First to Post Answer
write a code for large nos multilication (upto 200 digits)
State the difference between realloc and free.
Explain what’s a signal? Explain what do I use signals for?
find the size of structure without using the size of function
What is the most efficient way to count the number of bits which are set in an integer?
Explain what are bus errors, memory faults, and core dumps?
WAP to convert text into its ASCII Code and also write a function to decode the text given?
Explain how does free() know explain how much memory to release?
Tell me about low level programming languages.
compute the nth mumber in the fibonacci sequence?
10 Answers Canon, HPL, Satyam, TCS,
what is the output of below pgm? void main() { int i=0; if(i) printf("pass"); else printf("fail"); }
int i=~0; uint j=(uint)i; j++; printf(“%d”,j);