TGTGInsighttelegram intelligenceLIVE / telegram public index
← Computer Programming
Computer Programming avatar

TGINSIGHT POST

Post #189

@cpp_sirius

Computer Programming

Views191Post view count
PostedOct 710/07/2025, 05:37 PM
Post content

Post content

#include <iostream> #include <math.h> using namespace std; // Ko'rsatkichli parametrlar -> Qiymat qaytarmaydigan void Yigindi(int a, int b, int *yig){ *yig = a+b; } int main(){ int x, y, z; cout<<"Enter the numbers: "; cin>>x>>y; Yigindi(x, y, &z); cout<<"Sum: "<<z; return 0; } // callByReference