Write a c program to read a positive number and display it in words.? ex: 123=one two three help me....
2 10549
Write a Program to accept different goods with the number, price and date of purchase and display them
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
What are the advantages of the functions?
Compare array data type to pointer data type
What is the purpose of void in c?
#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }
What is return type in c?
Why doesnt long int work?
What does double pointer mean in c?
Why do some versions of toupper act strangely if given an upper-case letter?
What is the right type to use for boolean values in c?
Describe how arrays can be passed to a user defined function
What are the 5 organizational structures?
When should structures be passed by values or by references?
What are the basic data types associated with c?