Telegram Group ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ Get answers in minutes
Questions answered : 48 /50
Guy
Guy
Guy
Guy
Guy
+ 4981 more
Verified Answer verified

Which of the following statements correct about the below program
#include<stdio.h>

int main()
{
struct emp
{
char name[25];
int age;
float sal;
};
struct emp e[2];
int i=0;
for(i=0; i<2; i++)
scanf("%s %d %f", e[i].name, &e[i].age, &e[i].sal);

for(i=0; i<2; i++)
scanf("%s %d %f", e[i].name, e[i].age, e[i].sal);
return 0;
}

๐Ÿ—“ Oct 6, 2024

Answer is "Error: Floating point formats not linked Abnormal program termination."

Comments and Discussions

You don't need to login to post your comment

Comments:
30
Views:
60k
Likes:
120k
213 votes
Mia ๐ŸŒ India
Thanks for the answer
Was this answer helpful?
219 votes
Alexandra ๐ŸŒ India
Students helping students, nice idea
Was this answer helpful?

Was your question answered?

Want to get famous? ๐Ÿ“ธ

Answer question and get ๐Ÿคฉ high-lighted on our homepage.

Just Automated Logo

ยฉ 2017-2022 Foxoyoโ„ข
All rights reserved.

Facebook Connect with us