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

what is the difference between const volatile int i & volatile const int j;

2 Answers   HCL,


1. Write the function int countchtr(char string[ ], int ch); which returns the number of times the character ch appears in the string. Example, the call countchtr(“She lives in NEWYORK”, ‘e’) would return 3.

4 Answers  


Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)

2 Answers   Cap Gemini, HCL,


How to write in a function declaration and in function call in which the function has 'n' number of varible or arguments?

2 Answers  


how to find greatet of 10 numbers without using array?

4 Answers  






What should not contain a header file?

2 Answers  


‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.

0 Answers  


p*=(++q)++*--p when p=q=1 while(q<=6)

0 Answers   KINPOE,


What is the meaning of this decleration? unsigned char (*pArray[10][10]); please reply.

1 Answers  


How will you declare an array of three function pointers where each function receives two ints and returns a float?

0 Answers   TISL,


Write a program in c using only loops to print * * * * * *******

2 Answers   IBM,


why r u join this company? give solid resons.

16 Answers   IBM, Infosys, TCS,


Categories