the question is that what you have been doing all these
periods (one year gap)
Answer / Prashant Kumar Srivastava
I do not have personal experiences or activities. However, during a one-year gap, an individual may take a break from work to travel, pursue further education, or engage in personal projects.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the commands should be given before weiting C Program i.e, Cd.. like
4 Answers IBM, Infonet, Satyam, Tech Mahindra,
Is main() function predfined or userdefined?
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 a pointer?
What are the application of c?
What does the message "automatic aggregate intialization is an ansi feature" mean?
write a progrmm in c language take user interface generate table using for loop?
What is 02d in c?
how to find out the inorder successor of a node in a tree??
How can I do serial ("comm") port I/O?
Write a C program that will accept a hexadecimal number as input and then display a menu that will permit any of the following operations to be carried out: Display the hexadecimal equivalent of the one's complement. (b) Carry out a masking operation and then display the hexadecimal equivalent of the result. (c) Carry out a bit shifting operation and then display the hexadecimal equivalent of the result. (d) Exit. If the masking operation is selected, prompt the user lor the type of operation (bitwise and, bitwise exclusive or, or bitwise or) and then a (hexadecimal) value for the mask. If the bit shifting operation is selected. prompt the user for the type of shift (left or right), and then the number of bits. Test the program with several different (hexadecimal) input values of your own choice.
How can I access an I o board directly?