اللجنة العلمية_مستوى أول
الذهاب إلى القناة على Telegram
القنوات العملية المركزية: سنة اولى/ https://t.me/USذF_Computer1 سنه ثانية/ https://t.me/USF_computer2 سنة ثالثة/ https://t.me/USF_Computer3 سنة رابعة/ https://t.me/USF_Computer4 تم ارشفة اغلب قنوات ومجموعات الدفع السابقة ، وهي مثبته
إظهار المزيد3 202
المشتركون
+224 ساعات
+587 أيام
+28330 أيام
أرشيف المشاركات
ترجمة مقرر اساسيات تكنولوجيا المعلومات من شبتر 9الى شبتر 12 كامل ✅
#اللجنة_العلمية✅
Repost from IS AM 2022
What is the output of the following program?
#include
using namespace std; int main(){ int n = 128,a=0; int res = n/a; cout<
Repost from IS AM 2022
What is the output of the following program?
#include
using namespace std; int main() { int dec=6, bin[10], i=0; while(dec!=0) { bin[i] = dec%2; i++; dec = dec/2; } for(i=(i-1); i>=0; i--) cout<
Repost from IS AM 2022
What will be the output of the following program?
#include
using namespace std; int main() { int a[] = {2,3,6,9}; cout << (1 + 1)[a] + (a + 2)[1]; }
Repost from IS AM 2022
What is the output of the following program?
#include
using namespace std; int main() { int n=365, reverse=0, rem; while(n!=0) { rem=n%10; reverse=reverse*10+rem; n/=10; } cout<
Repost from IS AM 2022
What is the output of the following program?
#include
#include using namespace std; int main() { int num=10,num1=2,out; out = num*pow(num,num1); out = out % 2; out += 1; cout<
Repost from IS AM 2022
What will be the output of the following program?
#include
using namespace std; int main() { int num[4]={4,5,6,8}, sum = 0; for (int i = 0; i < 4; ++i) { sum += num[i]; } cout << "Sum = " << sum << endl; return 0؛
Repost from IS AM 2022
#include
using namespace std; int main () {
int array[] = {0, 2, 4, 6, 7, 5, 3}; int n, result = 0; for (n = 0; n < 8; n++) }result += array[n]; } cout << result return0; }
متاح الآن! بحث تيليغرام 2025 — أهم رؤى العام 
