Dot Net Code (114)
Visual Basic Code (11)
Programming Code AllOther (62) #include
write a c program to Create a mail account by taking the username, password, confirm password, secret_question, secret_answer and phone number. Allow users to register, login and reset password(based on secret question). Display the user accounts and their details .
2 19777write a c program to Reverse a given string using string function and also without string function
1 4446write a c program to Create employee record by taking details like name, employee id, address and phone number. While taking the phone number, take either landline or mobile number. Ensure that the phone numbers of the employee are unique. Also display all the details
TCS,
2 20741write 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).
10794write a program that reads a series of strings and prints only those strings begging with letter "b"
3130Write a C program that defines a 2-dimentional integer array called A [50][50]. Then the elements of this array should randomly be initialized either to 1 or 0. The program should then print out all the elements in the diagonal (i.e. a[0][0], a[1][1],a[2][2], a[3][3], ……..a[49][49]). Finally, print out how many zeros and ones in the diagonal.
2 6768
How to swap two ASCII numbers?
Give me some tips in c#?
Do you think about CMM(Capability Maturity Model) process?
What is the functionality of EnumWindows?
What is Generic" J2ME architecture?
Write Down Steps Using SAX Parser
What is GUID anyway?
plz send code for feature rich resume builder in j2ee frontend:J2EE Backend: DB2 Express
could you please send the program code for multiplying sparse matrix in c????
Hello Sir, Thanks for the Solution but, can you pls. Explain the coding for the Static Function & static variable from the below coding....waiting for Ans. class fact { public static void Main() { fact f=new fact(); int x=1; //Declaration of x as 1 int k=Convert.ToInt32(Console.ReadLine()); for(int i=1;i<=k;i++) { x= x *i; } System.Console.WriteLine(x); } }
how to track links visited in google using iframes
Code for Using Keyboard Events?
write a c program to input initial & final time in the format hh:mm and find the time intervel between them? Ex inputs are initial 06:30 final 00:05 and 23:22 final 22.30
Code for Communicating over Sockets?
Write a Program in 'C' To Insert a Unique Number Only. (Hint: Just Like a Primary Key Numbers In Database.) Please Some One Suggest Me a Better Solution for This question ??