Programming Code (840)
Scripts_Markup Code (257) how to change password in .net with c # with ado.net and also SQL server 2008 change password
1 8119main() { int c[ ]={2.8,3.4,4,6.7,5}; int j,*p=c,*q=c; for(j=0;j<5;j++) { printf(" %d ",*c); ++q; } for(j=0;j<5;j++){ printf(" %d ",*p); ++p; } }
2 103663. Program to find the Sum of give series. a. (1)+(1+2)+(1+2+3)+(1+2+3+4)+……………………………….. b. 1/1+1/9+1/25+1/49+……………...
4954Write a program to enter 10 number of integer entries into an array n and then odds up all the odd entries. the program then displays the result. plssss answer assss fast asss u can...
1 13740How do you create a really large matrix (i.e. 3500x3500) in C without having the program crash? I can only reach up to 2500. It must have something to do with lack of memory. Please help!
1 7027Write a program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors.
TCS,
2 14036Write a program in prolog to compute the factorial of a number using iteration/tail recursion?
1 13896problem no.3 - write a program using two dimentional arrays that compute the sum of data in rows and sum of data in columns of the 3*3 array variable. sample input/output dialog 5 9 8 = 22 3 8 2 = 13 4 3 9 = 16 _____________ 12 20 19
CSS,
4 10188how to test the orientation of the layout in android.to note any changes in the ui design when change orientation
2943Under linux environment can u please provide a c code for computing sum of series 1-2+3-4+5......n terms and -1+2-3+4-5...n terms..
2 5769
What is the functionality of SetForegroundWindow?
Explain MIDlet Life cycle?
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
How we use ajax in asp.net through javaScript. Please givee me an example.
How to Check if File Exists?
What is the match merge ? compare data step match merge with proc sql merge - how many types are there ? data step vs proc sql
Write code to make an object work like a 2-d array?
Can I replace HTML with XML?
Write a function that takes an integer and returns the smallest number that is greater than the given number which is a palendrome. For example, if the input was 111 the next palindromic number would be 121.
I have multiple datasets and I have to search a particular string in all of them at a single time. Please suggest a full jcl or rexx tool for it.
code to detect versions of different browsers like internet explorer, netscape, mozilla, opera etc
plz send code for manage group of hotels in j2ee frontend:J2EE Backend: DB2 Express
What are the special characters used in XML?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
Write a python program to check if a number is an armstrong number?