tgindex
C Program awl

C Programming Question&Answers

Последний пост
11 мая
Последнее чтение
20:47
Постов за неделю
0
Всего постов
20
Тип
открытый
Язык
английский
Категория
Технологии (по похожим)
В каталоге с
14 авг.
Подписчики
859
мало замеров
Замеров пока мало
Сутки
0
0,00%
Неделя
 
Месяц
 
Просмотров на пост
2 893
20 постов
Вовлечённость
336,8%
к подписчикам
Постов в день
0,0
всего 20
Упоминаний
0
каналов
Охват размещения
оценка
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); }

  • без подписи

  • 22 июл. 2024 г.2 5901из ankitweblogicgroup

    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; }

  • без подписи