Write a c program to read a positive number and display it in words.? ex: 123=one two three help me....
2 10541
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.
How can I implement a delay, or time a users response, with sub-second resolution?
What is the difference between struct and typedef struct in c?
Explain logical errors? Compare with syntax errors.
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc
What is the acronym for ansi?
How was c created?
What are the properties of union in c?
shorting algorithmS
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
Explain how can I convert a number to a string?
How do you use a pointer to a function?
what is recursion in C
a program that can input number of records and can view it again the record