What is the output for the below program?
void main()
{
float me=1.1;
double you=1.1;
if(me==you)
printf("love c");
else
printf("know c");
}
Answer Posted / kumar
love c
| Is This Answer Correct ? | 4 Yes | 11 No |
Post New Answer View All Answers
How many levels deep can include files be nested?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
what is the height of tree if leaf node is at level 3. please explain
Explain c preprocessor?
Explain a file operation in C with an example.
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
Hi can anyone tell what is a start up code?
What is type qualifiers?
List the difference between a While & Do While loops?
What was noalias and what ever happened to it?
What should malloc(0) do?
How can I determine whether a machines byte order is big-endian or little-endian?
How to draw the flowchart for structure programs?
What does the error 'Null Pointer Assignment' mean and what causes this error?
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