Could be wifi issue, try disconnecting and reconnecting. If that doesn’t work then restart your pc/laptop and check.
Answer:
Part 2 is remaining I m working on it
Explanation:
#include <iostream>
using namespace std;
struct student {
int Rollno;
char Studentname[50];
int marks;
char semester[50];
};
int main() {
struct student stud[2] = { { 1 , "nasir" , 300 , "4th" } , { 2 , "abid" , 400 , "4th" } };
cout<<"Students Result is given as follows:"<<endl;
cout<<endl;
for(int i=0; i<2;i++) {
cout<<"Roll no: "<<stud[i].Rollno<<endl;
cout<<"Name: "<<stud[i].Studentname<<endl;
cout<<"Marks: "<<stud[i].marks<<endl;
cout<<"Semester : "<<stud[i].semester<<endl;
cout<<endl;
}
return 0;
}
Radio waves hope this helped :)
False, when you make a graph you can make many changes to it. It doesn't matter what kind of graph or where you make the graph on most applications you have to the option to make it exactly how you want it or change it after you have created it.