program that accepts amount in figures and print that in
words
Answer Posted / prachi.ktr121
programming
| Is This Answer Correct ? | 4 Yes | 10 No |
Post New Answer View All Answers
What are loops c?
Difference between exit() and _exit() function?
main() { printf("hello"); fork(); }
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
What are types of functions?
For what purpose null pointer used?
What is queue in c?
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
What is difference between structure and union in c programming?
What is the total generic pointer type?
What are comments and how do you insert it in a C program?
What is the use of function overloading in C?
When can you use a pointer with a function?
Write a code to generate divisors of an integer?
Can a variable be both constant and volatile?