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

Post New Answer

More C Interview Questions

What are .h files and what should I put in them?

3 Answers  


How can I make a program in c to print 'Hello' without using semicolon in the code?

9 Answers   C DAC, Practical Viva Questions,


What is the difference between getch() and getche()?

1 Answers   NSPL,


What’s a signal? Explain what do I use signals for?

0 Answers  


How to Clear last bit if it 1 using Macro TURN_OFF_BIT_LAST

6 Answers   Adobe, Huawei,






List some of the static data structures in C?

0 Answers  


write a statement to display all the elements array M(in reverse order? int M[8]={20,21,22,23,24,25,26,27};

5 Answers  


What do mean by network ?

0 Answers  


How do you define a function?

0 Answers  


main() { enum{red,green,blue=6,white}; pf("%d%d%d%d", red,green,blue,white); return 0; } a)0 1 6 2 b)0 1 6 7 c)Compilation error d)None of the above

6 Answers  


Explain how are 16- and 32-bit numbers stored?

0 Answers  


What is the auto keyword good for?

0 Answers  


Categories