Answer Posted / ratishchandra huidrom
if(c=a&&a=b&&b=c)printf("%d %d",a,b);
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
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.
Explain how does flowchart help in writing a program?
What is substring in c?
What does 3 periods mean in texting?
What is structure packing in c?
write a proram to reverse the string using switch case?
What is scope rule of function in c?
What is wild pointer in c with example?
What is difference between structure and union?
In which language linux is written?
Do you know what are the properties of union in c?
How do you do dynamic memory allocation in C applications?
What are the standard predefined macros?
How can I find out if there are characters available for reading?
write a c program to find the sum of five entered numbers using an array named number