עבור לתוכן
View in the app

A better way to browse. Learn more.

HWzone

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

שאלה בנוגע להודעת שגיאה בturbo C

Featured Replies

פורסם

שלום לכולם

כתבתי תוכנה פשוטה, היא עוברת קומפילציה אבל כשאני מנסה להריץ אותה אני מקבל שגיאה "linker error undefiened symbol in _print module"

הינה הקוד:

#include <stdio.h>

#include <conio.h>

int main()

{

char ch;

int a;

printf("enter a character:");

ch=getchar();

a=ch;

if (a>=48 && a<=57)

printf("%c is a digit",ch);

else

if ((a>65 && a<69) || (a>69 && a<73) || (a>73 && a<79) || (a>79 && a<85) || (a>85 && a<=90) || (a>97 && a<101) || (a>101 && a<105) || (a>105 && a<111) || (a>111 && a<117) || (a>117 && a<=122))

printf("%c is a constant",ch);

else

if ((a==65) || (a==69) || (a==73) || (a==79) || (a==85) || (a==97) || (a==101) || (a==105) || (a==111) || (a==117))

printf ("%c is a vowel",ch);

else

if (a==32)

printf("%c is a space",ch);

else

print("%c is a character with no categories",ch);

getch();

return(0);

}

תוכנה מקבלת תו ובודקת אם הוא סיפרה, אות תנועה, עיצור או רווח על ידי השוואה של הערך של התו בטבלאת ASCII

חישפתי בגוגל הסבר על ההודעת שגיאה הזאת ולא מצאתי תשובה. יש למישהו מושג?

פורסם

א. עשה טובה, תעבוד עם סביבת פיתוח נורמלית (dev cpp, microsoft visual c++ express, eclipse) ולא עם turbo c.

ב. בקריאה האחרונה ל-printf כתבת בטעות print.

פורסם
  • מחבר

תודה על התגובה המהירה.

יום טוב :xyxthumbs:

ארכיון

דיון זה הועבר לארכיון ולא ניתן להוסיף בו תגובות חדשות.

דיונים חדשים

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.