Post New Answer View All Answers
How can I write a function that takes a format string and a variable number of arguments?
Where does the name "C" come from, anyway?
How can I handle floating-point exceptions gracefully?
What is the condition that is applied with ?: Operator?
Why clrscr is used after variable declaration?
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
How to write a code for reverse of string without using string functions?
How do you define a string?
What are the loops in c?
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
How can I swap two values without using a temporary?
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
Can we declare variables anywhere in c?
How can my program discover the complete pathname to the executable from which it was invoked?
can we implement multi-threads in c.