Explain what is wrong in this statement?
No Answer is Posted For this Question
Be the First to Post Answer
what is d pitfalls of registers variables
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.
Are comments included during the compilation stage and placed in the EXE file as well?
What is the use of define in c?
compare array with pointer?
program for following output using for loop? 1 2 2 3 3 3 4 4 4 4 5 5 5 5 5
What is a segmentation fault?
which operator having highest precedence? a.)+ b.)++ c.)= d.)%
How can I remove the trailing spaces from a string?
Between macros and functions,which is better to use and why?
Write a client and server program in C language using UDP, where client program interact with the Server as given below: i) The client begins by sending a request to send a string of 8 characters or series of 7 numbers, the server sends back a characters or numbers as per the request of the client. ii) In case of series of 7 numbers: The client sends a multiplication of numbers, to the server. iii) In case of a string of 8 characters: The client sends a reverse order of string to the server.. iv) Server will send an acknowledgment to the client after receiving the correct answer
How do you write a program which produces its own source code as its output?