Why is a semicolon (;) put at the end of every program statement?
No Answer is Posted For this Question
Be the First to Post Answer
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.
Write a c program to read a positive number and display it in words.? ex: 123=one two three help me....
what are the difference between ANSI C and Let Us c and Turbo C
What is main () in c language?
Explain what’s a signal? Explain what do I use signals for?
Given a single Linked list with lakhs of nodes and length unknown how do you optimally delete the nth element from the list?
How do I convert a string to all upper or lower case?
What happens if header file is included twice?
What is quick sort in c?
who invented c
Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 5 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.
how to return 1000 variables from functio9n in c?plz give me code also