Explain what is meant by 'bit masking'?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the difference between malloc() and calloc() function?
plz let me know how to become a telecom protocol tester. thank you.
write a program to reverse the words in the sentence.NOTE:not reverse the entire string but just the occurance of each word
What is the restrict keyword in C?
What is a union?
What is the difference between union and structure in c?
we have to use realloc only after malloc or calloc ? or we can use initially with out depending on whether we are using malloc or calloc in our program ?
implement NAND gate logic in C code without using any bitwise operatior.
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
Sir,please help me out with the output of this programme:- #include<stdio.h> #include<conio.h> void main() { int a=18,b=12,i; for(i=a<b?a:b;a%i||b%i;i--); printf("%d %d",i); }
what is a non volatile key word in c language?
What is the symbol indicated the c-preprocessor?