Chat with us, powered by LiveChat The code here tests a user-entered character and ret | Writedemy

The code here tests a user-entered character and ret

The code here tests a user-entered character and ret

The code here tests a user-entered character and returns values depending on whether the character is numeric, upper case, etc.  

Enter the code, note the output, and answer the questions below.   Put your answers into a Word document.   

#include <stdio.h>

#include <ctype.h>

int main(void)

{printf(“Enter a character: “);

int c = getchar();

if (isdigit(c) == 0)

{printf(“User has entered the character: %c\n”, c);

printf(“isalnum(\’%c\’) = %d\n”, c, isalnum(c));

printf(“isxdigit(\’%c\’) = %d\n”, c, isxdigit(c));

printf(“islower(\’%c\’) = %d\n”, c, islower(c));

printf(“isupper(\’%c\’) = %d\n”, c, isupper(c));

printf(“tolower(\’%c\’) = %d\n”, c, tolower(c));

printf(“toupper(\’%c\’) = %d\n”, c, toupper(c));

printf(“isspace(\’%c\’) = %d\n”, c, isspace(c));

printf(“iscntrl(\’%c\’) = %d\n”, c, iscntrl(c));

printf(“ispunct(\’%c\’) = %d\n”, c, ispunct(c));

printf(“isprint(\’%c\’) = %d\n”, c, isprint(c));

printf(“isgraph(\’%c\’) = %d\n”, c, isgraph(c));

}

return 0;

}

Complete the sentence When the user enters the value of “a,”  for each of the following:

1. Why does isalum() return the value 2?

2. Why does isxdigit() return the value 128?

3. Why does islower() return the value 2?

4. Why does isupper() return the value 0?

5. Why does tolower() return the value 97?

6. Why does toupper() return the value 65?

7. Why does isspace() return the value 0?

8.Why does iscntrl() return the value 0?

9.Why does ispunct() return the value 0?

10. Why does isprint() return the value 2?

11. Why does isgraph() return the value 2?

Our website has a team of professional writers who can help you write any of your homework. They will write your papers from scratch. We also have a team of editors just to make sure all papers are of HIGH QUALITY & PLAGIARISM FREE. To make an Order you only need to click Ask A Question and we will direct you to our Order Page at WriteDemy. Then fill Our Order Form with all your assignment instructions. Select your deadline and pay for your paper. You will get it few hours before your set deadline.

Fill in all the assignment paper details that are required in the order form with the standard information being the page count, deadline, academic level and type of paper. It is advisable to have this information at hand so that you can quickly fill in the necessary information needed in the form for the essay writer to be immediately assigned to your writing project. Make payment for the custom essay order to enable us to assign a suitable writer to your order. Payments are made through Paypal on a secured billing page. Finally, sit back and relax.

Do you need an answer to this or any other questions?

About Writedemy

We are a professional paper writing website. If you have searched a question and bumped into our website just know you are in the right place to get help in your coursework. We offer HIGH QUALITY & PLAGIARISM FREE Papers.

How It Works

To make an Order you only need to click on “Order Now” and we will direct you to our Order Page. Fill Our Order Form with all your assignment instructions. Select your deadline and pay for your paper. You will get it few hours before your set deadline.

Are there Discounts?

All new clients are eligible for 20% off in their first Order. Our payment method is safe and secure.

Hire a tutor today CLICK HERE to make your first order