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...



Code Snippets Interview Questions
Questions Answers Views Company eMail

How we print the table of 3 using for loop in c programing?

7 12748

what is the use of using for loop as "for(;;)"?

Satyam,

5 8744

How to count a sum, when the numbers are read from stdin and stored into a structure?

1 4585

how many processes will gate created execution of -------- fork(); fork(); fork(); -------- Please Explain... Thanks in advance..!

GATE,

8 24805

What is an XML? Difference between HTML & XML?

LG Soft,

2 5337

how the value of label is printed through a button in asp.net web application

3 6112

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 46296

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.

2726

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

Abbott,

3294

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 ?

2727

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

1 4451

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

2866

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,

2910

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

1962

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


Un-Answered Questions { Code Snippets }

What is a valid XML document?

539


What is SAX in XML?

563


can you please write a program for deadlock that can detect deadlock and to prevent deadlock.

3186


1+1/2!+1/3!+...+1/n!

2367


What output does this program generate as shown? Why? class A { A() { cout << "A::A()" << endl; } ~A() { cout << "A::~A()" << endl; throw "A::exception"; } }; class B { B() { cout << "B::B()" << endl; throw "B::exception"; } ~B() { cout << "B::~B()"; } }; int main(int, char**) { try { cout << "Entering try...catch block" << endl; A objectA; B objectB; cout << "Exiting try...catch block" << endl; } catch (char* ex) { cout << ex << endl; } return 0; }

990


how to Scroll a DIV content

2534


how to test pierrot divisor

2723


How to find the list of users who have two codes su01 and pfcg? thank in advance all.

1975


Give me some tips in c#?

2487


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

3465


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.

974


Write a program to reverse a number in python?

790


How to Split Strings with Regex in Managed C++ Applications?

3605


Common UI for Multiple web applications. Suppose there are 35 websites using same third party controls.These 3rd party controls are made together that all 35 websites can use these controls.If we put all 3rd party controls and use its dll in 35 websites,only class files will be accessable. But I want to use CSS,images also in all 35 websites. how I can design the N-tier solution for this project.

2658


Coding for Synchronizing Cache Access in ASP.NET?

3587