int main(){
float f=8.0;
if(f==8.0)
printf("good");
else
printf("bad");
}
what is the answere and explain it?
Answer Posted / pratima
BAD
| Is This Answer Correct ? | 10 Yes | 6 No |
Post New Answer View All Answers
shorting algorithmS
What is the difference between union and structure in c?
What is union and structure?
What does dm mean sexually?
Can a pointer be null?
What is function definition in c?
Explain what does the function toupper() do?
Differentiate between calloc and malloc.
What is storage class?
Write a program to maintain student’s record. Record should
not be available to any unauthorized user. There are three
(3) categories of users. Each user has its own type. It
depends upon user’s type that which kind of operations user
can perform. Their types and options are mentioned below:
1. Admin
(Search Record [by Reg. No or Name], View All Records,
Insert New Record, Modify Existing Record)
2. Super Admin
(Search Record [by Reg. No or Name], View All Records,
Insert New Record, Modify Existing Record, Delete Single Record)
3. Guest
(Search Record [by Reg. No or Name], View All Records)
When first time program runs, it asks to create accounts.
Each user type has only 1 account (which means that there
can be maximum 3 accounts). In account creation, following
options are required:
Login Name: <6-10 alphabets long, should be unique>
Password: <6-10 alphabets long, should not display
characters when user type>
Confirm Password:
What is huge pointer in c?
In which layer of the network datastructure format change is done
What is time null in c?
Is linux written in c?
What are the types of data structures in c?