تعلم البرمجة بلغة ++C
2.32K subscribers
179 photos
127 videos
544 files
52 links
💻 الى كل المبرمجين

🔴سوف تجد شرح لغة
السي بلاس بلاس
للمبتدئين حتى الاحتراف
📺فيدوهات شرح عديدة
🎥 برامج مجانية
🎁 مشاريع مجانيه
📚 كتب تصميم وبرمجة
📚 مراجع واسئلة محلولة
💻برامج واكواد كثيرة

كل ذلك في قناتي 👇
https://t.me/LearnCPlus_Plus
Download Telegram
مُبارك عليكم عيد الأضحى وتقبل الله منا ومنكم صالح الأعمال أعاده الله علينا وعليكم واليمن وسائر بلاد المسلمين بالخير واليُمن والبركات.
6
#include <iostream>
using namespace std;
int main() { int a = 5, b = 10; bool result = a > 3 || ++b > 10; cout << b; return 0; }
Anonymous Quiz
23%
10
49%
11
8%
5
20%
Error.
2👍2
#include <iostream>
using namespace std;
int main() { cout << sizeof('a') << " " << sizeof("a"); return 0; }
Anonymous Quiz
44%
1 1
23%
1 2
17%
2 2
17%
4 4
2👍1
#include <iostream>
using namespace std;
int main() { int x = 5; x = x++; cout << x; return 0; }
Anonymous Quiz
52%
6
35%
5
4%
0
10%
Error
👍2
Please open Telegram to view this post
VIEW IN TELEGRAM
👍3🤔2
Please open Telegram to view this post
VIEW IN TELEGRAM
🔥2👍1
#include <iostream>
using namespace std;
int main() { int arr[3] = {10, 20, 30}; cout << arr[3]; return 0; }
Anonymous Quiz
25%
30
14%
0
33%
Error
27%
Garbage Value / Undefined Behavior
👍2
#include <iostream>
using namespace std;
int main() { int x = 2; switch(x) { case 1: cout << "One "; case 2: cout << "Two "; case 3: cout << "Three "; default:
Anonymous Quiz
14%
Two Three Default
51%
Two
21%
Two Three
14%
Three Default
👍4
#include <iostream>
using namespace std;
int main() { int x = 5 + 3 * 2 % 3; cout << x; return 0; }
Anonymous Quiz
13%
11
8%
1
54%
5
25%
Error.
👍31
طالب مستوى أول؟
Anonymous Poll
70%
نعم.
30%
لا.
4
نصائح للمُبتدئين:
6👍1
تعلم البرمجة بلغة ++C
Photo
منقول من حساب برمجي:
insta: 3n_m99
5
تذكّروا الغايّة من علمكم هذا، حاولوا كبح السّعي إلى الظهور والاغترار.
وتذكّروا غاية العلم رضا الله ونفعًا للأهل ثُم للأمة.
6👍2🔥1