Explain what is meant by 'bit masking'?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

write a program wch produces its own source code aas its output?

1 Answers   IonIdea,


Function calling procedures? and their differences? Why should one go for Call by Reference?

0 Answers   ADP,


explain memory layout of a C program

2 Answers  


how to make program without <> in library.

1 Answers   ADITI,


what will be the out put. #include<stdio.h> void main() { printf("Output:"); printf(1+"vikashpatel"); }//output: ikashpatel

1 Answers   V2 Solutions,






Explain the use of fflush() function?

0 Answers  


can we implement multi-threads in c.

0 Answers  


9.how do you write a function that takes a variable number of arguments? What is the prototype of printf () function? 10.How do you access command-line arguments? 11.what does ‘#include<stdio.h>’ mean? 12.what is the difference between #include<> and #include”…”? 13.what are # pragma staments? 14.what is the most appropriate way to write a multi-statement macro?

1 Answers  


What is I ++ in c programming?

0 Answers  


Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?

0 Answers  


difference between semaphores and mutex?

1 Answers  


write a program of palindrome(madam=madam) using pointer?

5 Answers   L&T,


Categories