Code Snippets Interview Questions
Questions Answers Views Company eMail

Cau u say the output....?

1 2199

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

244

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

1042

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

CTS,

921

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

923

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.

690

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

3 2437

#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 2568

What is your nationality?

GoDB Tech,

1 5827

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

Student,

1059

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

Amazon,

581

What is an attribute?

355

How can you apply a DTD to an XML document?

357

What is XML DOM?

395

What is XQuery?

357


Un-Answered Questions { Code Snippets }

Code for Method of Handling Factorials of Any Size?

1993


What are the disadvantages of XML?

295


how to programme using switch statements and fuctions, a programme that will output two even numbers, two odd numbers and two prime numbers of the users chioce.

2130


code to detect availability of cookies

1772


write a program to perform generic sort in arrays?

2608






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

2589


1.What happens to a session object when the browser associated with it is closed? 2. Explain what happens when a servlet is sent a POST request? 3. Why does only one copy of a servlet get created? 4. Explain what happens when a browser requests a servlet? (for the first time) 5.How is information stored in a session object?

2035


What is the match merge ? compare data step match merge with proc sql merge - how many types are there ? data step vs proc sql

2395


How to print sum of the numbers starting from 1 to 100?

434


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

1382


can we pass variable in array to traverse it?

1939


How to encode and decode URL strings?

1782


Is there any static classes are in java give some examples

1668


What is the functionality of SetForegroundWindow?

568


What is SGML?

329