Write a c program to read a positive number and display it in words.? ex: 123=one two three help me....
2 10441
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
Why do we use namespace feature?
Where in memory are my variables stored?
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
What is meant by errors and debugging?
What is difference between array and structure in c?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
Explain what is gets() function?
What are linker error?
What is meant by realloc()?
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
Are pointers integer?
How many keywords (reserve words) are in c?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58