Array

Insert Value in array

  #include<iostream> using namespace std; int main() {     //INsert 8 at 4th index shift other element    

C++

Reference in C++

  #include <iostream> using namespace std; int main() {     int a=10;     int &b=a;// &b is the

C++

Pointer

 #include <iostream> using namespace std; int main() {     int a=10;//data variable     int *p;// address variable  

AIUB Materials

AIUB CSE

G DRIVE https://bit.ly/3Rj9Dbg DSA LabDSA Lab https://drive.google.com/drive/folders/1sr2efk3uucSw4dKbaLvWFRpP0_pj6Mlh?usp=sharing Database

Uncategorized

lab

 https://drive.google.com/drive/folders/1-kHrpxn0SdnZ1yLTqmLG8RoD1iFsYSp6?usp=sharing https://pastebin.ubuntu.com/p/28jxBs6HQG/?fbclid=IwAR3RIB-KpWoSqxQjAjXTBJZKffMVKhNk9VMccssc0AsEK40ta8RgBW7wauc

Scroll to Top