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 the table names via c sharp and column names also?

Sify,

2 6017

Predict the Output: int main() { int *p=(int *)2000; scanf("%d",2000); printf("%d",*p); return 0; } if input is 20 ,what will be print

2 6207

Write a C program to add two numbers before the main function is called.

Infotech, TC,

11 23593

Write Down Steps Using SAX Parser

2640

Write Down Steps Using SAX Parser

IBM,

1 5631

how to make a software for a game ?

Cipla,

1 3710

how to create a search bar which access data from various websites and retrieves the data

2978

write a c-program to find gcd using recursive functions

HTC, Infotech,

5 16771

I have this code in leftmenu.ascx page..now on leftmenu.ascx.cs page i want to access id values. but i dont want to check manually like Accommodation,Arts etc.. In cs file my code is like string str[]; //this array contains some values say 10 strings for(i=0;i<100;i++) { if(str[i]==id id.visible=true } i.e.i want to travel for each element of str and each value of id.if they match then id.visible=true how to do?

4373

I have string str="Arts And Props" now i want to replace space in string with null. means i want result as str="ArtsAndProps"

1 4055

How can I create connection two blue-tooth mobile in j2me. please urgent

2384

Code for 1>"ascii to string" 2>"string to ascii"

Aricent, Global Logic,

1 5710

Here's the programm code: int magic(int a, int b) { return b == 0 ? a : magic(b, a % b); } int main() { int a, b; scanf("%d%d", &a, &b); printf("%d\n", magic(a, b)); return 0; } on input stream we have integers 4, 45 What's the output integer? How many times will be initiated "magic" function?

1 4098

given integer number,write a program that displays the number as follows: First line :all digits second line : all except the first digit . . . . Last line : the last digit

8 32588

Write a function which accepts a sentence as input parameter.Each word in that sentence is to be reversed. Space should be there between each words.Return the sentence with reversed words to main function and produce the required output. for eg:- i/p: jack jill jung kill o/p: kcaj llij gnuj llik

Mind Tree,

1 7553


Un-Answered Questions { Programming Code }

How to Link Different Data Sources Together?

2313


hai, i want to know how the connectionpool manager work in the java or netbeans.Anybody having the exact code plz give to me i have no idea about that so help me plz

2997


Write a routine to implement the polymarker function

4917


write a program to perform generic sort in arrays?

3080


How to get Dynamically Linked Comboboxes Set?

2453


how to write a program that opens a file and display in reverse order?

3072


Performance Algorithm A performs 10n2 basic operations and algorithm B performs 300 lg n basic operations. For what value of n does algorithm B start to show its better performance?

7839


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{

2353


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

2939


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

4036


i am doing my final year project about programming use verilog ,i am new about it so got problem,i want to record the readings of a waveform every 2us use the verilog code ,every ten readings i need to add them together after that i need to compare this series of number to get which one is the biggest , right now i don't know how to use code to store the readings every 2us on a waveform ,pls help me thanks a lot .

2088


What is the functionality of SendMessage?

746


Given a spherical surface, write bump-mapping procedure to generate the bumpy surface of an orange

3375


write a c program to input initial & final time in the format hh:mm and find the time intervel between them? Ex inputs are initial 06:30 final 00:05 and 23:22 final 22.30

2708


In java, why do we set thread priority, when we know that there is no guarantee by which a thread should be execute?

2717