What is the use of void pointer and null pointer in c language?
No Answer is Posted For this Question
Be the First to Post Answer
what is the purpose of the code, and is there any problem with it. bool f( uint n ) { return (n & (n-1)) == 0; }
What is the main difference between calloc () and malloc ()?
Explain what is meant by 'bit masking'?
main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); }
Is it better to use malloc() or calloc()?
What is the purpose of the statement: strcat (S2, S1)?
If fflush wont work, what can I use to flush input?
write a program to print largest number of each row of a 2D array
hi, which software companys will take,if d candidate's % is jst 55%?
What is #include called?
How can I find the modification date of a file?
Write code for atoi(x) where x is hexadecimal string.