subject

Examine the following code. what will be the output from the “printf()” statement below?
#define s_size 10
char s[10] = { ‘g’ , ’o’ , ’m’ , ’i’ , ’z’ , ’z’ , ’o’ , ’u’ };
int j = 0;
for (j = s_size -2; j > 4; { printf( “%c”, s[j]); }
using the definitions below (ignore all compile errors):
char s1 [ 50 ] = “jack”, s2 [ 50 ]=”fred”;

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 03:30
Many everyday occurrences can be represented as a binary bit. for example, a door is open or closed, the stove is on or off, and the fog is asleep or awake. could relationships be represented as a binary value? give example.
Answers: 1
question
Computers and Technology, 23.06.2019 06:00
When is a chart legend used a. all the time b. whenever you are comparing data that is the same c. whenever you are comparing multiple sets of data d. only for hand-drawn charts
Answers: 2
question
Computers and Technology, 23.06.2019 14:00
What is html ? give a small description about html
Answers: 2
question
Computers and Technology, 23.06.2019 15:00
1. which of the following statements are true about routers and routing on the internet. choose two answers. a. protocols ensure that a single path between two computers is established before sending packets over it. b. routers are hierarchical and the "root" router is responsible for communicating to sub-routers the best paths for them to route internet traffic. c. a packet traveling between two computers on the internet may be rerouted many times along the way or even lost or "dropped". d. routers act independently and route packets as they see fit.
Answers: 2
You know the right answer?
Examine the following code. what will be the output from the “printf()” statement below?
#def...
Questions
question
History, 12.12.2019 18:31