What are different types of pointers?
No Answer is Posted For this Question
Be the First to Post Answer
Why does notstrcat(string, "!");Work?
What is a static function in c?
What are operators in c?
WAP – represent a char in binary format
Is null valid for pointers to functions?
Explain what is the best way to comment out a section of code that contains comments?
Is array a primitive data type in c?
Apart from dennis ritchie who the other person who contributed in design of c language.
What is the scope of global variable in c?
What is adt in c programming?
wat is the output int main() { char s1[]="Hello"; char s2[]="Hello"; if(s1==s2) printf("Same"); else printf("Diff"); }
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 “****”.