السلام عليكم و رحمة الله و بركاته
هذا السطر من كود ال C لا يعمل في linux debian 4.0
بأمانة لا أعرف السبب و لا الحل
هذا السطر من كود ال C لا يعمل في linux debian 4.0
كود:
printf("\n");

#include <stdio.h> int main(void){ printf("Moving the cursor to the next line..."); printf("\n"); printf("Moved!"); return 0; }
#include <stdio.h> int main(void){ printf("Moving the cursor to the next line..."); printf("\n"); /* Moved!"*/ printf("Moved!"); return 0; }
#include <stdio.h> int main(void){ printf("Moving to the next line..."); printf("\n"); /*Moved*/ printf("Moved to the next line."); printf("\n"); return 0; }
تعليق