मराठी
तामिळनाडू बोर्ड ऑफ सेकेंडरी एज्युकेशनएचएससी विज्ञान इयत्ता ११

Rewrite the following program after removing the syntax errors if any and underline the errors: #include<iostream> $include<stdio> class mystud { int studid =1001; char name[20]; public - Computer Science

Advertisements
Advertisements

प्रश्न

Rewrite the following program after removing the syntax errors if any and underline the errors:

#include<iostream>
$include<stdio>
class mystud
{ int studid =1001;
char name[20];
public
mystud( ) { }
void register ( )
{cin>>stdid; gets(name); }
void display ( )
{cout<<studid<<”: “<<name<<endl;}
}
int main( ) { mystud MS; register.MS( ); MS.display( ); }
int main( )
{ mystud MS;
register.MS( );
MS.display( );
}

टीपा लिहा

उत्तर

#include<iostream>
#include<stdio.h>
class mystud
{
int studid;
char name[20];
public:
mystud( )
{
studid=1001;
}
void register ( )
{
cin>>stdid;
gets(name);
}
void display ( )
{
cout<<studid<<“: “<<name<<endl;
}
};
int main( )
{
mystud MS;
MS.reqister( );
MS.display( );
}

shaalaa.com
Introduction to Classes
  या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
पाठ 14: Classes and objects - Evaluation - Section - C [पृष्ठ २४७]

APPEARS IN

सामाचीर कलवी Computer Science [English] Class 11 TN Board
पाठ 14 Classes and objects
Evaluation - Section - C | Q 1. | पृष्ठ २४७
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×