السلااام عليكم
الموضوع بااين من العنواان
المهم
السؤال الرابع صفحه 41
why should pi (3.14159) BE DEFINED AS ACONSTANT MACRO??
السؤال الثالث صفحه 54
SHOW THE OUTPUT DISPLAYED BY THE FOLLWING LINES IF THE VALUE OF exp IS 11:
printf("My name is");
printf("Jane Doe.");
printf("\n");
printf(I live in");
printf("Ann Arbor,MI\n");
printf("and I have %d years ", exp);
printf("of programming experience.\n");
السؤال الثالث صفحه 55
Writ aprogram that asks the user to enter the radius of a circle and then computers and displays the circle"s Use the formula
Area=PI x Radius x Radius
where PI is the constant macro 3.14159