Telegram Group 🔥🔥🔥
Get answers in minutes
Questions answered :
48
/50
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
-
-
-
-
votes
Allison
🌐 India
Cool if had answer
votes
Deeksha
🌐 India
Can anyone please help me with the explanation?
Was your question answered?
Want to get famous? 📸
Answer question and get 🤩 high-lighted on our homepage.