Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...



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,

10794

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

2 5578

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 4625

IS Array list is generic or non generic

1 4366

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

4 8843

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

3130

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

Ace Info,

2 5237

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 6768

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

Jomo Kenyatta University,

2667

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,

4867

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

Jomo Kenyatta University,

1 10614

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 4876

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

Jomo Kenyatta University,

3024

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,

2864

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

3047


Un-Answered Questions { Code Snippets }

What is xml schema?

583


how exactly is the lngColour used?

2165


What is XSNL?

602


why nlogn is the lower limit of any sort algorithm?

2868


Can someone please explain more about how the XML Gateway works and what its purpose is?

2332


Given a spherical surface, write bump-mapping procedure to generate the bumpy surface of an orange

3376


i don't know about working of nested for loop can any one help me

2298


code to detect availability of cookies

2193


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); } }

2427


Write a Program to find whether the given number is a Armstrong number.

837


Code for Document Validation in XML.NET?

2390


what is main difference between array_push and array_pop?

4221


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

832


write a function that allocates memory for a single data type passed as a parameter.the function uses the new operator and return a pointer to the allocated memory.the function must catch and handle any exception during allocation

2899


Code for Creating a Form Using PlaceHolder Controls?

2837