- Последний пост
- 11 мая
- Последнее чтение
- 20:47
- Постов за неделю
- 0
- Всего постов
- 20
- Тип
- открытый
- Язык
- английский
- Категория
- Технологии (по похожим)
- В каталоге с
- 14 авг.
- 1/24сутки в ленте
- —
- 1/48двое суток
- —
- 1/72трое суток
- —
Оценка по просмотрам недавних постов: пост набирает почти всё за первые сутки.
Посты
https://youtu.be/90X8Ch5am00
PHP Developer JD - Fresher Ocean Studios 0-1 Year / Fresher 2.16 LPA to 2.5 LPA Sector 62, Noida Job Description: Looking to hire a talented PHP developer to manage back-end services. Responsibilities: - Build efficient, testable, and reusable PHP modules - Solve complex performance problems and architectural challenges - Integration of data storage solutions - Responding to integration requests from front-end developers Skills - Strong knowledge of PHP web Frameworks - Understanding of MVC design 📧 *ankitweblogic@gmail.com 📞 *+91-9213888996*
без подписи
без подписи
Lottery Program in C
RockPaperScissors Game Computer vs Human
Now we will post some games and then University assignments
💯 MCQ Posted, you can give your suggestion what else you want in this channel
без подписи
100. What will be the output of the following C code? #include <stdio.h> #define A 1 + 2 #define B 3 + 4 void main() { int var = A * B; printf("%d\n", var); }
без подписи
99. What will be the output of the following C code? # include <stdio.h> void f(); void main() { #define max 10 f(); } void f() { printf("%d\n", max * 10); }
без подписи
98. What will be the output of the following C code? # include <stdio.h> void f(); int main() { #define foo(x, y) x / y + x f(); } void f() { printf("%d\n", foo(-3, 3)); }
без подписи
без подписи
без подписи
без подписи
94. What will be the output of the following C code? # include <stdio.h> int *f(); int main() { int *p = f(); printf("%d\n", *p); } int *f() { int j = 10; return &j; }
без подписи