How can a string be converted to a number?
No Answer is Posted For this Question
Be the First to Post Answer
Convert the following expression to postfix and prefix (A+B) * (D-C)
What is declaration and definition in c?
Ow can I insert or delete a line (or record) in the middle of a file?
how does the for loop work actually..suppose for the following program how it ll work plz explain to me for(i=5;i>=0;i--) prinf(i--);
Output for following program using for loop only * * * * * * * * * * * * * * *
Describe the modifier in c?
about c language
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 does %p mean?
Explain argument and its types.
Write a program to accept a character & display its corrosponding ASCII value & vice versa?
What is the benefit of using #define to declare a constant?