Programming Code (840)
Scripts_Markup Code (257)
We need to write the function to check the password entered is correct or not based on the following conditions.. a) It must have atleast one lower case character and one digit. b)It must not have any Upper case characters and any special characters c) length should be b/w 5-12. d) It should not have any same immediate patterns like abcanan1 : not acceptable coz of an an pattern abc11se: not acceptable, coz of pattern 11 123sd123 : acceptable, as not immediate pattern adfasdsdf : not acceptable, as no digits Aasdfasd12: not acceptable, as have uppercase character
I am configuring my anaconda file in linux, i want to use as kickstart file, in post installation how can i edit file or change the content of file and save it.
Write a Program to find the sum of digits of a given number until the sum becomes a single digit.
Write a (n) algorithm that sorts n distinct integers, ranging in size between 1 and kn inclusive, where k is a constant positive integer. (Hint: Use a kn-element array.)
Code for Creating a Form Using PlaceHolder Controls?
create a stucture student containing field for roll no,class,year and marks.create 10 student annd store them in a file
Reading which Non-Character Key was pressed
Discuss an algorithm to traverse a tree, depth first.
Write code that allows to create only one instance of a class?
Cluster head selection in Wireless Sensor Network using C programming language.
output for printf("printf");
plz tell me the exam date for clerks in sbi
Performance Algorithm A performs 10n2 basic operations and algorithm B performs 300 lg n basic operations. For what value of n does algorithm B start to show its better performance?
3. Program to find the Sum of give series. a. (1)+(1+2)+(1+2+3)+(1+2+3+4)+……………………………….. b. 1/1+1/9+1/25+1/49+……………...
Write a Program to find the number of words in a sentence.