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 the value of label is printed through a button in asp.net web application

3 6374

how to print 1 2 3 4 5 6 7 8 9 10 9 8 7 6 5 4 3 2 1 using any loop(for or while) only once(only 1 loop) and maximum 2 variables using C.

Cap Gemini, Infosys,

19 47385

Assume in University Every student in university as entity, prepare a class for student that store the roll no, name, dob of student, and make funtion of deletion, manipulation, addition of student record.

2837

What is data _null_? ,Explain with code when u need to use it in data step programming ?

Abbott,

3404

why do you use macros? Explain a situation where you had to incorporate macros in your proc report? use a simple instream data example with code ?

2823

What is the difference between proc means and proc tabulate ? explain with a simple example when you have to use means or tabulate?

1 4621

What is the match merge ? compare data step match merge with proc sql merge - how many types are there ? data step vs proc sql

2981

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

TCS,

3104

can any one give me code to keyed a flat file and used chain in RPGLE to search any item

2026

#include #include void main() { char str[10]; int,a,x,sw=0; clrscr(); printf("Enter a string:"); gets(str); for(x=0;x<=a;a++); for(x=0;x<=a;x++) { if(str[x]==str[a-1-x]) { sw=1; } else sw=0; } if(sw==10 printf("The entered string is palindrome:"); else printf("The entered string is not a palindrome:); } getch(); } wht would be the explanation with this written code???

2 9967

Plrase send project in vb.net on hotel management.

1367

how can i search an element in an array

CTS, Microsoft, ViPrak,

2 7164

i want to supress the entire row which have null value and i want to place next row in that place.

HCL,

2546

Is it possible to print a name without using commas, double quotes,semi-colons?

7 13919

What is the coding about how to recognize color in fuzzy logic using Matlab R2009b?

2086


Un-Answered Questions { Programming Code }

Sir... please give some important coding questions asked by product companies..

2330


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

1693


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

1560


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.

949


Code for Searching for Multiple Matches with the MatchCollection Class?

3509


could you please send the program code for multiplying sparse matrix in c????

3623


what full form name of B.K.U.

3104


why do you use macros? Explain a situation where you had to incorporate macros in your proc report? use a simple instream data example with code ?

2823


Set up procedure for generating a wire frame display of a polyhedron with the hidden edges of the object drawn with dashed lines

3627


write a program to perform generic sort in arrays?

3114


Cluster head selection in Wireless Sensor Network using C programming language.

3809


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

3045


What output does the following code generate? Why? What output does it generate if you make A::Foo() a pure virtual function? class A { A() { this->Foo(); } virtual void Foo() { cout << "A::Foo()" << endl; } }; class B : public A { B() { this->Foo(); } virtual void Foo() { cout << "A::Foo()" << endl; } }; int main(int, char**) { A objectA; B objectB; return 0; }

1307


What is data _null_? ,Explain with code when u need to use it in data step programming ?

3404


Write a program that print in screen a tree with its height taken from user by entering number of 4 digits and find the odd numbers then calculate the sum of odd numbers so he get the height of tree?

3404