Write a program that accept anumber in words
No Answer is Posted For this Question
Be the First to Post Answer
what is the advantage of function pointer
16 Answers CMC, CS, Freshdesk, L&T, LG Soft, Matrix, TCS,
What is the size of array float a(10)?
write a program that explain #define and # undef directive
write a programe to find the factorial of given number using recursion
How can I trap or ignore keyboard interrupts like control-c?
What is the argument of a function in c?
What is a pointer value and address in c?
What is the output of printf("%d", printf("Hello"));?
Difference between Function to pointer and pointer to function
discuss the steps needed to get a program from source code to executable in a system?
program to find the roots of a quardratic equation
main() { float a=8.8; double b=8.8; if(a==b) printf("Equal"); else printf("not equal"); getch(); } what is the output? with reason