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
No Answer is Posted For this Question
Be the First to Post Answer
Explain what header files do I need in order to define the standard library functions I use?
What is the difference between fread and fwrite function?
what type of errors are checked during compilation
What is alloca() and why is its use discouraged?
What functions are used for dynamic memory allocation in c language?
Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.
Write a c program to find, no of occurance of a given word in a file. The word is case sensitive.
What is pointer and structure in c?
If null and 0 are equivalent as null pointer constants, which should I use?
What is the use of keyword VOLATILE in C?
Write a program to print fibonacci series without using recursion?
Can you explain the four storage classes in C?