Write a program that will read the input of any number of digits n in a row of shafh showing the breakdown of the printing and printing figures by the recursive function.
No Answer is Posted For this Question
Be the First to Post Answer
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics
what is the difference between getch() and getchar()?
Is using exit() the same as using return?
What is the importance of c in your views?
What is pointer to pointer in c?
What is an lvalue in c?
plz answer.... write a program that reads line (using getline) e.g."345", converts each line to an integer using "atoi" and computes the average of all the numbers read. also compute the standard deviation.
Display names and numbers of employees who have 5 years or more experience and salary less than Rs.15000 using array of structures (name, number, experience and salary)
What is the difference between text and binary modes?
How can you tell whether a program was compiled using c versus c++?
How does pointer work in c?