Answer Posted / yadagirirao
Dennis Riche
| Is This Answer Correct ? | 13 Yes | 7 No |
Post New Answer View All Answers
What is a shell structure examples?
What is adt in c programming?
how is the examination pattern?
a program that can input number of records and can view it again the record
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
how to capitalise first letter of each word in a given string?
How can I swap two values without using a temporary?
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
What is mean by data types in c?
When should volatile modifier be used?
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
Are bit fields portable?
What is the newline escape sequence?
What is meant by preprocessor in c?
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.