write a c program to Create a registration form application
by taking the details like username, address,
phone number, email along 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 5 users and display the details. In place of
password display “****”. (Use Structures).
No Answer is Posted For this Question
Be the First to Post Answer
could you please send the program code for multiplying sparse matrix in c????
void main() { static int i; while(i<=10) (i>2)?i++:i--; printf(“%d”, i); }
what is the code of the output of print the 10 fibonacci number series
void main() { int c; c=printf("Hello world"); printf("\n%d",c); }
Find your day from your DOB?
15 Answers Accenture, Microsoft,
void main() { char far *farther,*farthest; printf("%d..%d",sizeof(farther),sizeof(farthest)); }
to remove the repeated cahracter from the given caracter array. i.e.., if the input is SSAD output should of SAD
main() { int i; i = abc(); printf("%d",i); } abc() { _AX = 1000; }
main() { int i; clrscr(); printf("%d", &i)+1; scanf("%d", i)-1; } a. Runtime error. b. Runtime error. Access violation. c. Compile error. Illegal syntax d. None of the above
main(int argc, char **argv) { printf("enter the character"); getchar(); sum(argv[1],argv[2]); } sum(num1,num2) int num1,num2; { return num1+num2; }
How will you print % character? a. printf(“\%”) b. printf(“\\%”) c. printf(“%%”) d. printf(“\%%”)
program to Reverse a linked list
12 Answers Aricent, Microsoft, Ness Technologies,