Answer Posted / santosh
float is a data type in which we store the floating point
numbers
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Differentiate between full, complete & perfect binary trees.
Explain modulus operator. What are the restrictions of a modulus operator?
Explain the term printf() and scanf() used in c language?
How can I manipulate strings of multibyte characters?
what is the diffrenet bettwen HTTP and internet protocol
Is c easy to learn?
Explain the red-black trees?
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 char * * argv mean in c?
In a byte, what is the maximum decimal number that you can accommodate?
In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.
Write a program to know whether the input number is an armstrong number.
What is register variable in c language?
What is the role of this pointer?
How can I use a preprocessorif expression to ?