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

how to use virual function in real time example

1 Answers   CTS, Wipro,


write a program to read a number and print in words that is in sentence for example 21,219 then output is "twenty one thousand and two hundred nineteen" by using only control flow statements (only loops and switch case )?

1 Answers   TCS,


What is a class?

3 Answers  


What do you mean by keywords in c?

0 Answers  


Why header file is used in c?

0 Answers  






#include<stdio.h> void main() { int a=10,b=20,c=30; printf("%d",scanf("%d%d%d",&a,&b,&c)); } what is the output for this?

4 Answers   IIIT,


Write a C program to get the desired output. 1 1 2 1 1 3 3 1 1 4 6 4 1 1 5 10 10 5 1 . . . 1 n..............n 1 Note: n is a positive integer entered by the user.

4 Answers  


How can I pad a string to a known length?

0 Answers  


how to print 212 as Twohundreds twelve plz provide me ans soon

1 Answers  


Where are c variables stored in memory?

0 Answers  


What is zero based addressing?

0 Answers  


suppose we use switch statement and we intilize years name using enum statement like(jan,feb,mar,------dec) we take integer value as an input .question is that the month which we analyz is from 0 to 11 bt if i enter 12 than how he again starts from begning and print jan

1 Answers  


Categories