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,

10704

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

2 5418

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 4546

IS Array list is generic or non generic

1 4272

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

4 8625

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

3069

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

Ace Info,

2 5082

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 6635

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

Jomo Kenyatta University,

2616

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,

4817

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

Jomo Kenyatta University,

1 10479

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 4758

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

Jomo Kenyatta University,

2984

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,

2818

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

2984


Un-Answered Questions { Code Snippets }

code to positioning of window in certain dimensions

2071


write a program in java to find the moving average of all prime numbers between 2 and 100.

3996


How to create Date method to set the date in Ms Access

2245


can we pass variable in array to traverse it?

2362


code to get the coordinates of a Click Event

2164


Using C# Write a program that performs the following. The user inputs a number and then enters a series of numbers from 1 to that number. Your program should determine which number (or numbers) is missing or duplicated in the series, if any. For example, if the user entered 5 as the initial number and then entered the following sequences, the results should be as shown. Input Sequence Output ---------------------- --------------- 1 2 3 4 5 Nothing bad However, if 7 were the high number, the user would see the results on the right for the following number entries: Input Sequence Output ---------------------- --------------- 1 3 2 4 5 Missing 6 Missing 7 And if 10 were the high number and the user entered the numbers shown on the left, note the list of missing and duplicate numbers: Input Sequence Output ---------------------- --------------- 1 2 4 7 4 4 5 10 8 2 6 Duplicate 2 ( 2 times) Missing 3 Duplicate 4 ( 3 times ) Missing 9 The program should check the high number that the user inputs to ensure that it does not exceed the size of any array you might be using for storage.

4195


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

4817


i am doing my final year project about programming use verilog ,i am new about it so got problem,i want to record the readings of a waveform every 2us use the verilog code ,every ten readings i need to add them together after that i need to compare this series of number to get which one is the biggest , right now i don't know how to use code to store the readings every 2us on a waveform ,pls help me thanks a lot .

2016


Write a program to Print the Pascal triangle

791


What is XPath in XML?

595


How to Split Strings with Regex in Managed C++ Applications?

3599


how exactly is the lngColour used?

2120


What is the output, suppose list1 is [1, 3, 2], what is list1 * 2 ?

1348


write a program that can LOCATE and INSERT elements in array using c++ programming languages.

3966


write a c program which takes 20 numbers in an array as input from user and rearrange them in two different array defining even or odd

3074