Create a registration form application by taking the
details like username, address,
phone number, email with password and confirm password
(should be same as
password).Ensure that the password is of 8 characters with
only numbers and
alphabets. Take such details for 3 users and display the
details. While taking input
password must appear as “****”.
No Answer is Posted For this Question
Be the First to Post Answer
Explain how can I convert a string to a number?
What is a function simple definition?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
You are given a string which contains some special characters. You also have set of special characters. You are given other string (call it as pattern string). Your job is to write a program to replace each special characters in given string by pattern string. You are not allowed to create new resulting string. You need to allocate some new memory to given existing string but constraint is you can only allocate memory one time. Allocate memory exactly what you need not more not less.
How are strings stored in c?
What does & mean in scanf?
What is difference between array and pointer in c?
What is the relationship between pointers and data structure?
I want tcs placement papers of 2004-2009 , its urgent
which is conditional construct a) if statement b) switch statement c) while/for d) goto
Write a program to print ASCII code for a given digit.
What do you mean by c?