KAT_6746
date sheet 9th class examination 2011
rool no sheet
give me your rollno : year:(1 / 2 / 3)
friend, I'll explain an object in the context of class in CPP programming. after the definition of a class , you can define an object belonging to that class. for example, class student { int rollno; char name[10]; void getdetails() {cout<<"enter the roll number and name of the student"; cin>>rollno; gets(name); } void showdata() {cout<<"the name is"<<name<<"and the rollnumber is" <<rollno; }} sara; here sara is an object belonging to class student. object sara can use the function getdetails() to get values to the identifiers rollno and name. " Class is a group of objects with similar characters ( eg: rollno , name) and behaviour ( ie., the member functions-getdetails and showdata)" " An object is a an entity with certain characters and behaviour" here object sara denotes a student sara. now, you can create another object rahul to the class student by typing the code- student rahul;
Select * from students order by rollno
can i get 6th class admission test result of nvs my rollno is2411
#include<stdio.h> #include<conio.h> void main() { int rollno,m1,m2,m3,m4,m5,tot; float avg; char [20]name; clrscr(); printf("Enter the name,rollno,mark"); scanf("%d%d%d%d%d%d%s",&rollno,&m1,&m2,&m3,&m4,&m5,&name); tot=m1+m2+m3+m4+m5; avg=tot/5; printf("the avg is",avg); getch(); }
If you are a student of Class 10th or Class 12th in CBSE board then you get a Roll Number against wich you give your board exams.
#include<iostream.h> class student { char name[10]; int rollno; public: void get() { cout<<"enter student's name"<<endl; cin>>name; cout<<"enter student's rollno"<<endl; cin>>rollno; } void disp() { cout<<"Name of the student is : "<<name<<endl; cout<<"Rollno is : "<<rollno<<endl; } }; class marks:public student { char subjectname[15]; int subcode,intmarks,extmarks; public: void get() { student::get(); cout<<"enter subject name"; cin>>subjectname; cout<<"enter subject code"; cin>>subcode; cout<<"enter Internal marks"; cin>>intmarks; cout<<"enter External marks"; cin>>extmarks; } void disp() { student::disp(); cout<<"Subject name is : "<<subjectname<<endl; cout<<"Subject code is : "<<subcode<<endl; cout<<"Internal marks : "<<intmarks<<endl; cout<<"External marks : "<<extmarks<<endl; } }; void main() { marks m; m.get(); m.disp(); }
iqbal shah s,o ashiq nabi rollno,11290 paper english,
what is the result of roll no. RP100498 in entry test of paf lower topa 2013
This rool no is wrong beacuse paf lower topa roll no ever starts from Rp