What is masking?


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

Post New Answer

More C Interview Questions

Mention four important string handling functions in c languages .

0 Answers  


how to find the largest element of array without using relational operater?

6 Answers   Satyam, Wipro,


4.weight conversion: Write a program that will read weight in pounds and convert it into grams.print both the original weight and the converted value.There are 454 grams in a pound.design and carry out a test plan for this program.

1 Answers   Wipro,


if the address of a[1,1] and a[2,1] are 1000 and 1010 respectively and each occupies 2 bytes then the array has been stored in what order?

4 Answers   Amazon, Apple, Bata, Google, NASA,


Output for following program using for loop only * * * * * * * * * * * * * * *

3 Answers  






Why c is called a mid level programming language?

0 Answers  


can any one provide me the notes of data structure for ignou cs-62 paper

0 Answers   Ignou,


An entire structure variable can be assigned to another structure variable if __________

3 Answers   Sasken, TCS, Tech Mahindra, Wipro,


Combinations of fibanocci prime series

0 Answers  


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

0 Answers   L&T,


What are the properties of union in c?

0 Answers  


if a five digit number is input through the keyboard, write a program to calculate the sum of its digits. (hint:-use the modulus operator.'%')

23 Answers  


Categories