हिंदी
तमिलनाडु बोर्ड ऑफ सेकेंडरी एज्युकेशनएचएससी विज्ञान कक्षा ११

Write the output of the following c++ program. #include<iostream> #include<string> using namespace std; struct student { introll_no; char name[10]; long phone_number; - Computer Science

Advertisements
Advertisements

प्रश्न

Write the output of the following c++ program.

#include<iostream>
#include<string>
using namespace std;
struct student
{
introll_no;
char name[10];
long phone_number;
};
int main()
{
student p1 = {1,"Brown",123443},p2;
p2.roll_no = 2;
strcpy(p2.name ,"Sam");
p2.phone_number = 1234567822;
cout<< "First Student" <<endl;
cout<< "roll no : " << p1.roll_no <<endl<< "name : " << p1.name <<endl;
cout<< "phone no : " << p1.phone_number <<endl; cout<< "Second Student" <<endl;
cout<< "roll no : " << p2.roll_no <<endl<< "name : " << p2.name <<endl;
cout<< "phone no : " << p2.phone_number <<endl; return 0;
|

टिप्पणी लिखिए

उत्तर

Output
First student
roll no: 1
name: Brown
Phone no. : 123443
Second Student
roll no: 2
name: Sam
Phone no. : 1234567
Third Student
roll no : 3
name: Addy
Phone no. : 1234597844

shaalaa.com
  क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
अध्याय 12: Arrays and Structures - Evaluation - Section - D [पृष्ठ २२६]

APPEARS IN

सामाचीर कलवी Computer Science [English] Class 11 TN Board
अध्याय 12 Arrays and Structures
Evaluation - Section - D | Q 4. | पृष्ठ २२६
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×