Answer Posted / vijay zanvar
See: http://www.geocities.com/vijoeyz/faq/c/padding.txt
Best,
Vijay Zanvar,
Home Page - http://geocities.com/vijoeyz/
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
why wipro wase
Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.
What is c preprocessor mean?
Under what circumstances does a name clash occur?
What is the benefit of using #define to declare a constant?
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
What are the data types present in c?
What are header files in c programming?
Describe the order of precedence with regards to operators in C.
What is c basic?
I came across some code that puts a (void) cast before each call to printf. Why?
What are the string functions? List some string functions available in c.
Why isn't it being handled properly?
What is malloc return c?
int far *near * p; means