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

Blade logic interview question. 1st round is a written tests with 15 multiple questions from c and c++. All are simple basic question. Like int main () { Int i=65; Return printf(ā€œ%cā€, i); } 2nd and 3rd round is technical interview. The position for which I was interview was core UNIX and c. Yes it is for system programming. The company has product name blade server. For their server they are creating their own command for their purpose. Example cd command. We can implement it in a c program by using the chdir() function. So the question asks related to PID, fork, pipe, shared memory, signal. Write a program in c which will act as cp command.

1 Answers   BladeLogic, Infosys,


Can you apply link and association interchangeably?

0 Answers   InterGraph,


Dear Sir, we are required the bubble sorting programs Regs Prem

1 Answers  


what are the interview question's in the language c

2 Answers   Nipuna,


What is bash c?

0 Answers  






print the pattern 1 2 4 3 6 9 4 8 12 16 5 10 15 20 25 if n=5

3 Answers   Winit,


What is difference between class and structure?

0 Answers  


int *a[5] refers to

12 Answers   TCS,


what is the function of pragma directive in c?

0 Answers  


How can I access a memory located at certain address?

2 Answers   CSC,


HOW TO HANDLE EXCEPTIONS IN C

8 Answers  


int arr[] = {1,2,3,4} int *ptr=arr; *(arr+3) = *++ptr + *ptr++; Final contents of arr[]

6 Answers   Hughes,


Categories