قسم هندسة الحاسب الالي
1.23K subscribers
3.02K photos
72 videos
1.29K files
666 links
قنـاة خاصة بالاسئلة للقسم

https://t.me/computer2004ra1
Download Telegram
#include<stdio.h>
#include<stdlib.h>
int main(int argc, char *argv[] ){
int a = atoi(argv[1]);
int b = atoi(argv[2]);
int c = atoi(argv[3]);
if(a>b){
if(a>c){
printf("%d",a);
}
else{
printf("%d",c);
}
}
else{
if (b>c){
printf("%d",b);
}
else{
printf("%d", c);
}
}
}
اسئلة سنوات
#GH152
⬇️⬇️⬇️
Forwarded from GH152
Midterm Exam Spring2022
Ronaldo shoots the ball and scores a goal
What’s the subject in the previous sentence?
5👍1
قسم هندسة الحاسب الالي
Ronaldo shoots the ball and scores a goal What’s the subject in the previous sentence?
سؤال جيء في كتابة التقارير السيمستر اللي فات او اللي قبله
4👍1