Code Snippets Interview Questions
Questions Answers Views Company eMail

How can I Draw an ellipse in 3d space and color it by using graph3d?

2122

how to change password in .net with c # with ado.net and also SQL server 2008 change password

1 7401

main() { 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; } }

CSS, Wipro,

2 9361

3. 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+……………...

4343

how to diplay a external image of output on winxp by using c & c++,

2924

swap two no without using third variable

7 12974

what is runtime class?

MAQ,

2223

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

how can i split sting in textbox in windows application using c# .net

2 11578

How 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 6146

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

Write a program in prolog to compute the factorial of a number using iteration/tail recursion?

1 13124

problem 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 8705

how to test the orientation of the layout in android.to note any changes in the ui design when change orientation

2509

Under 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 4792


Un-Answered Questions { Code Snippets }

You have been asked to install a servlet engine (tomcat, glassfish, etc.) for a companies servlets. Assuming the company has an existing web/DBMS server (which may or may not be on the same server), explain in detail how would you implement the development project and a deployment solution.

2121


what full form name of B.K.U.

2676


What is CDATA?

356


iam getting keyword or delimiter error while executing ICETOOL,provide me solution.

1382


A game that has five levels of play has the score for each level stored in an array. You are to write a program that goes through that array and finds: a) the minimum score, and the level at which it occurred b) the maximum score, and the level at which it occurred c)the average score for all five levels The score data you must use for this program are as follows: Game Level Score 1 450 2 316 3 148 Stack implementations is mandatory.

2108






How can you apply a DTD to an XML document?

357


how to copy form data between different pages

1670


Write a python program to check common letters in two input strings?

481


Code for Communicating over Sockets?

1934


Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)

3255


can any body give me answer to this question please? please give me code in cl with the folling specifications. 1.Accept 2 parameters-date and date type 2.If date type is J then convert date to *MDY format 3.If date type is M convert date to *JUL format 4. Send a program message with the value of converted date? Please give me the answer.Because im practicing in my house.Im taking trining on AS/400.

1902


How to check if Folder is a Special Shell Folder ?

490


What is SAX in XML?

359


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

2358


Write a Program to find the reverse of a given number.

482