Explain what are its uses in c programming?
No Answer is Posted For this Question
Be the First to Post Answer
How to reverse a string using a recursive function, without swapping or using an extra memory?
31 Answers Cisco, Mind Tree, Motorola, Ophio, Sony, TCS, Wipro,
Explain the red-black trees?
What is the process of writing the null pointer?
What are predefined functions in c?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
int a=20; int b=30; int c=40; printf("%d%d%d"); what will be the output?
different between overloading and overriding
What are the two types of functions in c?
array of pointer pointer to array pointer to pointer
What is a pointer value and address in c?
What is void main ()?
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 “****”.