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
Meaning of () in c
write the function int countchtr(char string[],int ch);which returns the number of timesthe character ch appears in the string. for example the call countchtr("she lives in Newyork",'e') would return 3.
What is the use of #define preprocessor in c?
Which is an example of a structural homology?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
What is optimization in c?
program to find the second largest word in a paragraph amongst all words that repeat more thn twice
Why do we use namespace feature?
What is the scope of static variables in c language?
Software Interview Questions
Explain what header files do I need in order to define the standard library functions I use?
in C-programming language without using printf statement can we get output r not ? if yes how and if no also how ?