How is a pointer variable declared?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between class and unio?
What is a constant and types of constants in c?
why we use pointer in c
Should a function contain a return statement if it does not return a value?
a=(1,2,3); b=1,2,3; c=1,(2,3); d=(1,2),3; what's the value of 'a','b','c','d'
Tell me what is null pointer in c?
What does p mean in physics?
How many loops are there in c?
Explain how do you list a file’s date and time?
Write a program to print this triangle: * ** * **** * ****** * ******** * ********** Don't use printf statements;use two nested loops instead. you will have to use braces around the body of the outer loop if it contains multiple statements.
What is the difference between struct and typedef struct in c?
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 “****”.