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,

1429

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

1288

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.

971

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

3 3602

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

What is your nationality?

GoDB Tech,

1 6651

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

Student,

1575

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

Amazon,

936

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,

794

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

InterGraph,

836

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

InterGraph,

816

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

InterGraph,

790

Devise a program to implement the Fibonacci sequence.

Tech Mahindra,

860

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

InterGraph,

843

How can you print an address of a variable?

TCS,

825


Un-Answered Questions { Programming Code }

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

6189


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

2879


Can we run Applet in Web browser with security policy files

2528


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.

2619


Code for Easily Using Hash Table?

2963


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

936


output for printf("printf");

2486


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?

2591


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.

4413


Write a Program for matrix multiplication.

875


Please give me the vb.net codes for deadlock(like detecting,& avoiding) in any version of vb.net.

3458


How to swap two ASCII numbers?

2967


what is runtime class?

2633


plzzzzzzzzz xplain this code import java.awt.*; import java.awt.event.*; public class Link extends Frame implements ActionListener { Label l1; Button b1; public static void main(String sr[]) { new Link().setVisible(true); } public Link() { super("Warning"); setSize(500,500); setBackground(Color.lightGray); setLayout(null); l1=new Label("There is no Link"); l1.setBounds(0,0,500,460); l1.setFont(new Font("TimesRoman",Font.BOLD,35)); l1.setAlignment(Label.CENTER); add(l1); b1=new Button("QUIT"); b1.setBackground(Color.orange); b1.setBounds(0,460,500,40); b1.addActionListener(this); add(b1); } public void actionPerformed(ActionEvent e) { this.dispose(); } }

1853


What is the functionality of EnumChildWindows?

490