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

Post New Answer

More C Interview Questions

What is structure packing ?

2 Answers   HP,


What is use of bit field?

0 Answers  


Explain the difference between getch() and getche() in c?

0 Answers  


Write a client and server program in C language using UDP, where client program interact with the Server as given below: i) The client begins by sending a request to send a string of 8 characters or series of 7 numbers, the server sends back a characters or numbers as per the request of the client. ii) In case of series of 7 numbers: The client sends a multiplication of numbers, to the server. iii) In case of a string of 8 characters: The client sends a reverse order of string to the server.. iv) Server will send an acknowledgment to the client after receiving the correct answer

0 Answers   Ignou, Microsoft,


write a program that will accept two integers and will implement division without using the division operator if the second value is an odd number and will implement multiplication without using multiplication operator if the second value is an even number.

1 Answers  






what is the output of the program?? #include<stdio.h> main ( ) { int a=010,sum=0,tracker: for(tracker=0;tracker<=a;tracker++) sum+=tracker; printf(“ %d\n”,sum); } what is the difference between a=10 and a=010??

3 Answers   Oracle,


A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers

0 Answers  


Is c is a middle level language?

0 Answers  


What are linker error?

0 Answers  


what does the following function print? func(int i) { if(i%2)return 0; eale return 1; } main() { int =3; i=func(i); i=func(i); printf("%d",i);}

9 Answers   TCS,


What is use of null pointer in c?

0 Answers  


difference between string and array?

6 Answers  


Categories