Answer Posted / mohan
c is a block structured programing language,
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is wild pointer in c?
How can I remove the trailing spaces from a string?
What are nested functions 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.
Process by which one bit pattern in to another by bit wise operation is?
How can I read data from data files with particular formats?
What is the difference between formatted&unformatted i/o functions?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
How many loops are there in c?
How can I find the modification date and time of a file?
What is an lvalue?
What is the symbol indicated the c-preprocessor?
What is c definition?
What is a sequential access file?
Explain the binary height balanced tree?