Code Snippets Interview Questions
Questions Answers Views Company eMail

Cau u say the output....?

1 2179

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

1026

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

CTS,

908

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

912

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.

679

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

3 2401

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

What is your nationality?

GoDB Tech,

1 5810

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

Student,

1045

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

Amazon,

571

What is an attribute?

351

How can you apply a DTD to an XML document?

353

What is XML DOM?

387

What is XQuery?

353


Un-Answered Questions { Code Snippets }

To Write a C program to remove the repeated characters in the entered expression or in entered characters(i.e) removing duplicates. String contains only lowercase characters ['a'-'z']

468


What is the functionality of SendMessage?

724


Write a function which accepts list of nouns as input parameter and return the same list in the plural form. Conditions: i) if last letter is r then append s ii) if word ends with y then replace it by ies iii) call this function in main() and produce the required output. for eg:- if chair is input it should give chairs as output.

3967


Can we have empty XML tags?

361


Write a (n) algorithm that sorts n distinct integers, ranging in size between 1 and kn inclusive, where k is a constant positive integer. (Hint: Use a kn-element array.)

4410






write a program that creates a sequenced array of numbers starting with 1 and alternately add 1 and then 2 to create the text number in the series , as shown below. 1,33,4,6,7,9,............147,148,150 Then , using a binary search , searches the array 100 times using randomly generated targets in the range of 1 to 150

3238


plz send code for feature rich resume builder in j2ee frontend:J2EE Backend: DB2 Express

3158


code to get the coordinates of a Click Event

1724


Write a Program to truncate a given floating point value (e.g.16.25=16).

510


What is the output, suppose list1 is [1, 3, 2], what is list1 * 2 ?

910


I have a file which contains so many lines and variable number of lines are treated as a record. For example *first ooooo xxxxx ttttt mmmm vvvvvvv *end uuu bbbb *first kkkkvvvvvv nnnn mmmmm kkkkk fffff gggg ffff kkkk lllll *end. Here the lines from *first to *end are treated as a record. The number of lines between *first and *end is not same for all the records. Suppose there are 100 records (or number of records are not predefined)like the format given in the above example. Now the entire file needs to split into two files, first having 40 and remaining in the second file. Can we split using sort utility? If possible then what is the sort card?

1756


Write a Program in 'C' To Insert a Unique Number Only. (Hint: Just Like a Primary Key Numbers In Database.) Please Some One Suggest Me a Better Solution for This question ??

1747


How to get Dynamically Linked Comboboxes Set?

2005


create a C-code that will display the total fare of a passenger of a taxi if the driver press enter,the timer will stop. Every 10 counts is 2 pesos. Initial value is 25.00

6279


How to Get File Extension?

500