<< Prev Showing: 121-125 of 348 Next >>
· 96-100 · 101-105 · 106-110 · 111-115 · 116-120 · 121-125 · 126-130 · 131-135 · 136-140 · 141-145 · 146-150 ·What is meant by the concept of “code reuse”? Identify some possible ways in which code may be reused. Do you think this concept is an important one?
Subject:
Computer Science
Topic:
Software Tools and Systems Programming.
Posting ID:
98995
OTA ID:
103644
When working with a United States zip code in your program, would it be better to use an integer variable or a character string? Why?
Subject:
Computer Science
Topic:
Software Tools and Systems Programming.
Posting ID:
98996
OTA ID:
103644
In the following lines of code, the result that is printed is the letter “B”. Why does this occur?
In the following lines of code, the result that is printed is the letter “B”. Why does this occur? int a = 65; a = a + 1; printf(“The value is: %c”,a);
Subject:
Computer Science
Topic:
Software Tools and Systems Programming.
Posting ID:
98997
OTA ID:
104597
Miracle C compiler will not compile the line of code (float x = 1/a;)
In the following lines of code, the Miracle C compiler will not compile the line of code in the center (float x = 1/a;). Why does this occur? How can it be corrected? int a = 3; float x = 1/a; printf(“The value in x is: %f”,x);
Subject:
Computer Science
Topic:
Software Tools and Systems Programming.
Posting ID:
98999
OTA ID:
104597
How must I write out code within the compiler to reflect Author's notes etc.
This is what I have I want a comments section within the written code but it will not compile what must I do so that the Miracle C program will not see the Comments as code. ;----------------------------------------------------------------------------------------------- ; ; Learning Team D ; Copyright 2006 LT D INC UOP. ; ;----------------------------------------------------------------------------------------------- [comments area] ;name of the program =LT_d_C Program Week 2 Project Header overall purpose =Basic C Language Programming Concepts date and version =10/11/2006 Ver 1.0.0.54 author =Learning Team D... click for more
Subject:
Computer Science
Topic:
Software Tools and Systems Programming.
Posting ID:
99368
OTA ID:
103644
<< Prev Showing: 121-125 of 348 Next >>
· 1-5 · 6-10 · 11-15 · 16-20 · 21-25 · 26-30 · 31-35 · 36-40 · 41-45 · 46-50 · 51-55 · 56-60 · 61-65 · 66-70 · 71-75 · 76-80 · 81-85 · 86-90 · 91-95 · 96-100 · 101-105 · 106-110 · 111-115 · 116-120 · 121-125 · 126-130 · 131-135 · 136-140 · 141-145 · 146-150 · 151-155 · 156-160 · 161-165 · 166-170 · 171-175 · 176-180 · 181-185 · 186-190 · 191-195 · 196-200 · 201-205 · 206-210 · 211-215 · 216-220 · 221-225 · 226-230 · 231-235 · 236-240 · 241-245 · 246-250 · 251-255 · 256-260 · 261-265 · 266-270 · 271-275 · 276-280 · 281-285 · 286-290 · 291-295 · 296-300 · 301-305 · 306-310 · 311-315 · 316-320 · 321-325 · 326-330 · 331-335 · 336-340 · 341-345 · 346-348 ·Page generated in 0.0948 seconds