C++ : Program Header , Function Header , Manipulator , Newline character , C++ Source code Formatting
using namespace std;
using namespace std;
c++ मे endl के अलावा एक option होता है नए line मे shift करने के लिए | इसे new line operator (\n) कहते है |ये दो single character से मिलकर बना होता है |जिसे new line operator कहते है |
using namespace std;
using namespace std;
int main()
{
using
namespace std;
cout<<“good mornging “<<
endl; cout<<
“I am Parth”<<endl; return;
}
उपर लिखा गया code compile सही होगा कोई भी error नहीं आएगी लेकिन इससे समजने मे काफी difficulty होगी |अतः c++ मे ,कुछ rules को फॉलो करना होता है |जिससे code का display अच्छा लगे |और standard पर follow हो |
1.किसी भी syntax मे space नहीं हो सकता है |जैसे
main() ; // right syntax
ma in (); // invalid syntax
2.return statement को code के बीच कम कम लिखना चाहिए |
3.इसके अलावा कई सारे rules होते जो बाद मे discuss करेगे |
Token और whitespace
टोकन एसे element होते है जिसे divide नहीं किया जा सकता है |किसी एक टोकन को दुसरे टोकन से अपके से अलग कर सकते है |इस format को white space कहते है |उदहारण के लिए () , (,) , “” आदि tokens है जिसे white space के साथ use नहीं कर सकते है |
उदाहरण के लिए :
return0; // invalid statement
return (0) ; // valid statement , 0 will be return
return(0); // valid statement , 0 will be return
intmain() ; //invalid statement
int main() ; //valid statement , program start
int main( ) ; //valid statement , program start
हिंदी माध्यम नोट्स
Class 6
Hindi social science science maths English
Class 7
Hindi social science science maths English
Class 8
Hindi social science science maths English
Class 9
Hindi social science science Maths English
Class 10
Hindi Social science science Maths English
Class 11
Hindi sociology physics physical education maths english economics geography History
chemistry business studies biology accountancy political science
Class 12
Hindi physics physical education maths english economics
chemistry business studies biology accountancy Political science History sociology
English medium Notes
Class 6
Hindi social science science maths English
Class 7
Hindi social science science maths English
Class 8
Hindi social science science maths English
Class 9
Hindi social science science Maths English
Class 10
Hindi Social science science Maths English
Class 11
Hindi physics physical education maths entrepreneurship english economics
chemistry business studies biology accountancy
Class 12
Hindi physics physical education maths entrepreneurship english economics