What is the use of bitwise operator?


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

Post New Answer

More C Interview Questions

hi , please send me NIC written test papers to sbabavalli@gmail.com

0 Answers   NIC,


What is #error and use of it?

0 Answers  


write a program to remove occurrences the word from entered text?

1 Answers  


#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }

0 Answers   Wilco,


how to find that no is int or float?

5 Answers  






WHAT IS LOW LEVEL LANGUAGE?

2 Answers  


c program to manipulate x=1!+2!+3!+...+n! using recursion

1 Answers   TCS,


what are the different storage classes in c?

0 Answers   TCS,


Define recursion in c.

0 Answers  


program to find the second largest word in a paragraph amongst all words that repeat more thn twice

4 Answers   CTS, iGate,


int a=20; int b=30; int c=40; printf("%d%d%d"); what will be the output?

5 Answers   CMC,


how many argument we can pas in in a function

25 Answers   CTS,


Categories