Code Snippets Interview Questions
Questions Answers Views Company eMail

Cau u say the output....?

1 2554

could you please teach me how to program an income tax using functions

246

write a vb script to check equal two 2*2 matrix

1228

How to get one hasmap value in another hashmap ,only value not key

CTS,

1118

Write a script to delete all the files in a folder except one desired file.

1085

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.

825

#define a 10 int main() { printf("%d..",a); foo(); printf("%d..",a); return 0; } void foo() { #undef a #define a 50 }

3 2986

#define a 10 void foo() { #undef a #define a 50 } int main() { printf("%d..",a); foo(); printf("%d..",a); return 0; } explain the answer

1 2925

What is your nationality?

GoDB Tech,

1 6195

#include int main(void) { int a=4, b=2; a=b<>2 ; printf("%d",a); return 0; }

Student,

1287

Do you think about CMM(Capability Maturity Model) process?

Amazon,

732

What is an attribute?

476

How can you apply a DTD to an XML document?

449

What is XML DOM?

487

What is XQuery?

452


Un-Answered Questions { Code Snippets }

Discuss an algorithm to traverse a tree, depth first.

1438


how to take time as input in the format (12:02:13) from user so that controls remains between these columns?

2035


find level of following tree (state, parent) " J,D I,D H,C E,B F,B G,C B,A D,A C,A A,& K,E L,E L,F M,F N,G O,H P,I P,H Q,I R,J S,K U,P T,L

2208


write a function to give demostrate the functionality of 3d in 1d. function prototye: change(int value,int indexX,int indexY,int indexZ, int [] 1dArray); value=what is the date; indexX=x-asix indexY=y-axis indexZ=z-axis and 1dArray=in which and where the value is stored??

4378


How to add flash or *.gif file in edit panel in java?

2065






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.

2011


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

2674


Write a python program to check if a number is an armstrong number?

578


what full form name of B.K.U.

2847


Teta-Omeg-Big-Oh Show that f(n) = n2 + 3n3 is ;(n3).

3366


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

2803


can we pass variable in array to traverse it?

2123


Ask the user to input three positive integers M, N and q. Make the 2 dimensional array of integers with size MxN, where all the elements of I (I = 1,…,M) line will be members of geometrical progression with first element equal to the number of line (I) and denominator q.

3612


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

2433


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

2314