Code Snippets Interview Questions
Questions Answers Views Company eMail

Cau u say the output....?

1 2207

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,

922

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

925

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.

692

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

3 2442

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

What is your nationality?

GoDB Tech,

1 5831

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

Student,

1060

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

Amazon,

582

What is an attribute?

355

How can you apply a DTD to an XML document?

357

What is XML DOM?

397

What is XQuery?

359


Un-Answered Questions { Code Snippets }

Is there any static classes are in java give some examples

1670


can you use proc sql to manpulate a data set or would u prefer to use proc report ? if so why ? make up an example and explain in detail

2316


Beautiful is for 012345678 9 and a code for similar word containing the same alphabets

5289


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

3420


JasperETL how to install and create simple project explain me clearly fnds iam wtg for ur rply

3615






what is main difference between array_push and array_pop?

3676


how to use the GetTickCount() properly and what is that procedure for?

2724


code to get the coordinates of a Click Event

1738


Write code that allows to create only one instance of a class?

484


Write a program to model an exploding firecracker in the xy plane using a particle system

3679


what mean void creat_object?in public class in this code class A{ public: int x; A(){ cout << endl<< "Constructor A";} ~A(){ cout << endl<< "Destructor A, x is\t"<< x;} }; void create_object(); void main() { A a; a.x=10; { A c; c.x=20; } create_object(); } void create_object() { A b; b.x=30; }

2055


program to bring a window to the front

1556


Code for Presenting Parent/Child Data in a Data Grid Row?

2100


Reading which Non-Character Key was pressed

1681


why nlogn is the lower limit of any sort algorithm?

2364