int main() {
int nums[] = {1, 2, 3, 4, 5};
char* ptr = nums;
printf("%d ", *(ptr++));
return 0;
}int main() {
char* first = "I am batman for sure";
char BLUFF[1024];
strcpy(BLUFF, first);
printf("%s\n", BLUFF);
return EXIT_SUCCESS;
}void main() {
char* first = "Jacob";
char* sec = "Jacob";
if (strcmp(first, sec) == 0)
printf("COMPARE TRUE");
else
return EXIT_FAILURE;
return EXIT_SUCCESS;
}
Cafè Linux
void main() { char* first = "Jacob"; char* sec = "Jacob"; if (strcmp(first, sec) == 0) printf("COMPARE TRUE"); else return EXIT_FAILURE; return EXIT_SUCCESS; }
Will this code execute ? What is the answer ?
Anonymous Quiz
66%
Yes! - COMPARE TRUE
6%
No!
13%
Yes - EXIT_FAILURE
15%
No - Compiler Error
دلیل اینکه تست هارو نمیزنید چیه
Anonymous Poll
32%
فیلم هارو ندیدم 🗿
19%
فیلم هارو ندیدم خودمم جدا نخوندم 🗿
10%
حال نمیکنم بزنم 🗿
20%
به تو ربطی نداره 🗿
19%
صبر کن میزنم 🚀
Cafè Linux
Torvalds on C++, C++ is a piece of sh** -.- #cafelinux @tcafelinux
دوستان توجه کنید که این مال 2007 هست،
الان خیلی چیزها تغییر کرده.
الان خیلی چیزها تغییر کرده.
👍3🤡2👎1💯1🆒1
Please open Telegram to view this post
VIEW IN TELEGRAM
core_dump_guide.pdf
4.2 KB
A short summary of what 'core dump" is, where is it used ? why and when we get a core dump ? and so on.
#notes #coredump @tCafeLinux👩🚀
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
🤣11
Happy #DebianDay!
Happy 32nd birthday to Debian, one of the oldest operating systems based on the #LinuxKernel, and the basis for #Ubuntu, #Kali, and #LinuxMint!🎉 🔥
Please open Telegram to view this post
VIEW IN TELEGRAM
https://youtu.be/pmxYePDPV6M?si=W_m5JNBe5ZcalFX8
Listen While Coding !👨💻 👨💻
Please open Telegram to view this post
VIEW IN TELEGRAM
YouTube
Concentration \ Programming Music 010 (part 2)
This is my second music compilation. (((None of this music is mine, I just tried to compile them for you :)) If you've heard the first, you may notice a slight difference in the types of tracks I included. Wanted this list to be a bit more energetic in a…
ویدیوی بعدی به زووودی
#notice
یه رفراندوم هم میزاریم دوباره، این سری اگه رأی قطعی شد دوره فارسی استارت میخوره از اول، با سرعت بالاتر که حوصلتون سر نره💙
Please open Telegram to view this post
VIEW IN TELEGRAM
👍6 2🔥1🤣1