Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

computer programming of character and strings

1 Ansicht (letzte 30 Tage)
LAU CHEE WOOI
LAU CHEE WOOI am 25 Nov. 2015
Geschlossen: Walter Roberson am 25 Nov. 2015
4. Based on the strings given in Figure 4(a), construct a program when it compiled and executed will produce the output as in Figure 4(b). Use an appropriate string functions.
Figure a:
char word1[15] = "Engineering";
char word2[10] = "Center";
char word3[10];
figure b:
word3 = Center
word3 in reverse = retneC
word1 = EngineeringCenter
length of word1 = 17
word1 in uppercase =ENGINEERINGCENTER
  2 Kommentare
Stephen23
Stephen23 am 25 Nov. 2015
What is your question?
James Tursa
James Tursa am 25 Nov. 2015
Is this a MATLAB or a C question?

Antworten (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by