Code Snippets Interview Questions
Questions Answers Views Company eMail

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).

CDAC, College School Exams Tests,

10067

Write a program that reads a dynamic array of 40 integers and displays only even integers

2 4474

main(){int a=5,b 10,c=2, d;a=b c;d=++a=(--c)*2; printf("%d%d%d%d,a,b,c,d; return o;}

1 3850

IS Array list is generic or non generic

1 3627

void main() { int x,y=2,z; z=(z*=2)+(x=y=z); printf("%d",z); }

4 7409

write a program that reads a series of strings and prints only those strings begging with letter "b"

2657

Write a Program that Inputs 10 Numbers in an Array and Show the Maximum Number

Ace Info,

2 4057

Write 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 5647

develop a program to calculate and print body mass index for 200 employees

Jomo Kenyatta University,

2202

write a program that prompt the user to enter his height and weight,then calculate the body mass index and show the algorithm used

Jomo Kenyatta University,

4294

write a program that calculate the volume of cylinder after user enters radius and height and show the algorithm used

Jomo Kenyatta University,

1 9647

write a program to calculate the radius for a quadratic equation use modular programming(function abitraction)hint use quadratic function

ICAN, Jomo Kenyatta University,

1 3890

write a program to convert temperature from fa height into celcius and vise versa,use modular programming

Jomo Kenyatta University,

2427

write a program to calculate the amount of investment after a period n years if the principal investors was p and interest is calculated using compound interest,formular=a=p(1+r)^n

Jomo Kenyatta University,

2358

program for check the given number is prime or not in VB.net

2689


Un-Answered Questions { Code Snippets }

How to Link Different Data Sources Together?

1789


What is the functionality of SetForegroundWindow?

568


How to Check if Folder Exists?

554


Which tag is used to find the version of XML and the syntax?

364


Can you write a program to find the average of numbers in a list in python?

463






plz send code for manage group of hotels in j2ee frontend:J2EE Backend: DB2 Express

2405


Write a routine to implement the polymarker function

4368


how to insert fname,lname,designation values into database while click on the submit button using windows authentication mode?

2189


write a simple calculator c program to perform addition, subtraction, mul and div.

3128


1.Why does only one copy of a servlet object get created? What happens if you want to remove an old servlet object currently running but do not want to stop the entire servlet engine? 2.How does one servlet object deal with interactions from many browser? (e.g. if your servlet ran an email site, how can it keep track of hundreds of users logging in, reading their mail, etc.)

2371


i am trying to intigrate ejb and hibernate ,from session facade i am callind dao implemented through hibernate,i am getting a ClassDefNotFoundException for this org/hibernate/Session i ve set the class path at build path and in setEnv in weblogic still .........

1964


Common UI for Multiple web applications. Suppose there are 35 websites using same third party controls.These 3rd party controls are made together that all 35 websites can use these controls.If we put all 3rd party controls and use its dll in 35 websites,only class files will be accessable. But I want to use CSS,images also in all 35 websites. how I can design the N-tier solution for this project.

2242


Code for IP Address Comparison and Conversion in C#?

3982


How to access oralce10g data from server to client in LAN?

1368


Write a Program for matrix multiplication.

497