Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

c) A company's enforces rules for computer passwords. The password must contain:- - a minimum of 8 characters - at least one decimal digit (0-9)

image text in transcribed
c) A company's enforces rules for computer passwords. The password must contain:- - a minimum of 8 characters - at least one decimal digit (0-9) - at least one uppercase characters (A-Z) - at least one lowercase characters (a-z) Write a C function, named passwordcheck, which checks whether a C string is a valid password. The function passwordcheck has the prototype:- int passwordcheck( char * ); The skeleton of the function would be written as:int passwordcheck( char *input) \} or int passwordcheck( char input[]) \} The function accepts a string as the parameter and returns 1 if the string is a valid password or 0 otherwise. [10] Explain the difference between local and global variables. [2]

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Professional SQL Server 2012 Internals And Troubleshooting

Authors: Christian Bolton, Justin Langford

1st Edition

1118177657, 9781118177655

More Books

Students also viewed these Databases questions