اللجنة العلمية_مستوى أول
Open in Telegram
القنوات العملية المركزية: سنة اولى/ https://t.me/USذF_Computer1 سنه ثانية/ https://t.me/USF_computer2 سنة ثالثة/ https://t.me/USF_Computer3 سنة رابعة/ https://t.me/USF_Computer4 تم ارشفة اغلب قنوات ومجموعات الدفع السابقة ، وهي مثبته
Show more3 202
Subscribers
+224 hours
+587 days
+28330 days
Posts Archive
Repost from IS AM 2022
What will be the output of the following C++ code?
#include
using namespace std; int main () { int a, b, c; a = 2; b = 7; c = (a > b) ? a : b; cout << c; return 0; }
Repost from IS AM 2022
What will be the output of the following C++ code?
#include
using namespace std; int main() { int a = 5; float b; cout << sizeof(++a + b); cout << a; return 0; }
What will be the output of the following C++ program?
#include
#include using namespace std; int main() { cout << setprecision(17); double d = 0.1; cout << d << endl; return 0; }
Repost from IS AM 2022
What will be the output of the following C++ code?
#include
using namespace std; int main() { char c = 74; cout << c; return 0; }
Repost from IS AM 2022
What will be the output of the following C++ code?
#include
using namespace std; int main () { int cin; cin >> cin; cout << "cin: " << cin; return 0; }
Repost from IS AM 2022
What will be the value of x in the following C++ program
#include
using namespace std; int main(){ int a=1; int x=(a++)++; cout<
Repost from IS AM 2022
What will be the output of the following C++ program:
#include
using namespace std; int main(){ int a=1; cout<<(a++)*(++a)<
Repost from IS AM 2022
What will be the output?
#include
using namespace std; int main() { int numbers [5]={22,25,32,46,66}, sum = 0; for (int i = 0; i < 5; ++i) { sum += numbers[i]; } cout << "Sum = " << sum << endl; return 0; }
Repost from اللجنة العلمية CS 22
it doesn't take control of computer system but affects privacy
Repost from اللجنة العلمية CS 22
The server will send a payment request to a payment...........
Repost from اللجنة العلمية CS 22
An effort to gain unauthorised access to a computer.......
Repost from اللجنة العلمية CS 22
We use......... when it is necessary not to do something
Repost from اللجنة العلمية CS 22
We use....... to talk about things that are possible now or in the future.
Repost from اللجنة العلمية CS 22
Spreads without the user taking action and usually acts in operation system..........
Repost from اللجنة العلمية CS 22
used for cutting wire or removing the insulation......
Available now! Telegram Research 2025 — the year's key insights 
