Process by which one bit pattern in to another by bit wise operation is?


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

Post New Answer

More C Interview Questions

In which mode we open the file for read,write and append also in c ? a)W b)w+ c)r+ d)a

2 Answers   BitWise,


main() { int i=0; while(+(+i--)!=0) i-=i++; printf(i); }

3 Answers  


Write a program to swap two numbers without using third variable?

0 Answers  


what is stack , heap ,code segment,and data segment

0 Answers  


code for concatination of 2 strings with out using library functions?

3 Answers  






what is the little endian and big endian?

1 Answers  


Define macros.

0 Answers   Tech Mahindra,


Explain what is operator promotion?

0 Answers  


Write a program that an operator and two operands read from input operand operator on the implementation and results display.

0 Answers  


What happens if you free a pointer twice?

0 Answers  


What is the use of static variable in c?

0 Answers  


totally how much header files r in c language

8 Answers   TCS,


Categories