Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...



Programming Code Interview Questions
Questions Answers Views Company eMail

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

CTS,

1500

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

1343

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.

1016

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

3 3766

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

What is your nationality?

GoDB Tech,

1 6775

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

Student,

1652

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

Amazon,

990

Write a Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)

InterGraph,

845

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

InterGraph,

891

Write a Program to find the sum of digits of a given number until the sum becomes a single digit.

InterGraph,

871

Write a Program to find whether the given number is a Armstrong number.

InterGraph,

837

Devise a program to implement the Fibonacci sequence.

Tech Mahindra,

930

Write a Program to find the number of words in a sentence.

InterGraph,

889

How can you print an address of a variable?

TCS,

899


Un-Answered Questions { Programming Code }

How to Bind Nested XML to a Repeater Control with Container.DataItem?

3643


How do you verify if the two sentences/phrases input is an anagram using predefined functions in string.h and by using arrays?

2559


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

1343


Create a program to read two random data set in two files named data1.txt and data2.txt manifold contains integer numbers, whereas data2.txt file contains the float type numbers. Simpanlahmasing each into 2 pieces of data that is an array of type integer array and an array of type float, then calculate the average numbers in the second array.

2615


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

891


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?

2441


write a program using virtual function to find the transposing of a square matrix?

3382


How we use ajax in asp.net through javaScript. Please givee me an example.

3002


I am trying to pass the string firstName from a Servlet called SampleServet. I am running this on eclipse and it tells me that "the value for annotation attribute must be a constant expression. I don't understand why it is giving me this error. @PersonAnnotation(name = SampleServlet.firstName) public class AnnotationClass{

2355


How to Get File Extension?

525


Can we run Applet in Web browser with security policy files

2575


How we work on N tire architecture in asp.net Please give me Examle...

18020


For printing a message we use System.out.println in normal programs. We use String msg="text....."; Can't we use String msg=" " in normal programs and System.out.println("........") in applets. Please answer this question?

2648


Write a program that implements a date class containing day, month and year as data members. Implement assignment operator and copy constructor in this class.

884


Write a code snippet to display an integer in a binary format?

849