Explain 'bit masking'?
No Answer is Posted For this Question
Be the First to Post Answer
What is a const pointer, and how does it differ from a pointer to a const?
What is the difference between declaring a variable and defining a variable?
Can include files be nested?
write the function int countchtr(char string[],int ch);which returns the number of timesthe character ch appears in the string. for example the call countchtr("she lives in Newyork",'e') would return 3.
Is c high or low level?
Is c# a good language?
PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE
What are the different file extensions involved when programming in C?
what is the difference between class and unio?
What is indirect recursion? give an example?
What are pointers really good for, anyway?
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?