306 subscribers
15 photos
1 video
3 files
11 links
حسابي على الانستا ..me.os10
Download Telegram
Coders pinned «#include<iostream> #include<vector> using namespace std; int main() { int numbers[]={8,7,5,12}; int *ptr=numbers; cout<<*ptr<<endl; return 0; }»
import java.util.Arrays;

public class Main {
public static void main(String[] args) {
int[] numbers = {8, 7, 5, 12};
int[] ptr = numbers;

System.out.println(ptr[0]);
}
}
#include<iostream>


using namespace std;

int main()
{
int num=10;
cout<< & num ;

return 0;
}
👍2
كود اليوم بلغة ++c🌹
Coders pinned «كود اليوم بلغة ++c🌹»
public class Main {
public static void main(String[] args) {
int num = 10;
System.out.println("Memory address of 'num': " + System.identityHashCode(num));
}
}
🔥1
Channel photo updated
قنوات بتفيدكم جدا 🌷
🤗2
هذي اهم الرموز بلغة c++
👍3🤗21
Coders
Photo
انواع المتغيرات وكم حجم كل متغير 🌹
👍2
#include<iostream>


using namespace std;

int main()
{
int number= 100;
cout <<& number; // address

return 0;
}
💯3❤‍🔥1
الكود المكتوب في ريل اليوم 🌹
وصلنا 7k على انستا😁
👏2
Coders pinned «وصلنا 7k على انستا😁»