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

Topic :: Program





Program Interview Questions
Questions Answers Views Company eMail

how to write the descriptive programming in QTP for remove the object value and substitute, with a variable then call the validation from excel

2387

Read excel using qtp descriptive programing

TCS,

2 11123

Proxy Programming with ABAP - How to develop the Proxy identification through programming

IBM,

2340

write an 8085 assembly program to swap two numbers without using a temporary register

American Megatrends, TCS,

7 39647

write a program that prints prime numbers from 1-20 in digonal form

1998

write a program that uses point of sale system. which are mainly used by retail markets, where the is a database inventory list, a slip should be printed for the customer. manage should be able to access what has been sold and what is left from stock?

1 3539

what is the significance of BILL OF LANDING PROGRAM in Order Management?

Oracle,

3 12493

– Programming using BAPI : Create Debit Memo Request (DMR) with reference to Sales Order and update the delivery number and PO number in the newly created DMR. Send the spool of the report by E-mail if the E-mail option is enabled. Selection Screen Required:  Sales Org  Delivery type  Sales document type Optional:  Planned Goods movement date  Option to choose E-Mail  E-mail Address  Output device Output Output should display both successful and unsuccessful creation of DMR with the following fields,  Success/Error (S/E)  Sales Document number  Delivery number  New Debit memo request number  Error message Tables TVAK, TVCPA, VBAK, LIKP, LIPS

Cisco,

6224

Write a C program linear.c that creates a sequence of processes with a given length. By sequence it is meant that each created process has exactly one child. Let's look at some example outputs for the program. Here the entire process sequence consists of process 18181: Sara@dell:~/OSSS$ ./linear 1 Creating process sequence of length 1. 18181 begins the sequence. An example for a sequence of length three: Sara@dell:~/OSSS$ ./linear 3 Creating process sequence of length 3. 18233 begins the sequence. 18234 is child of 18233 18235 is child of 18234 ........ this is coad .... BUt i could not compleate it .....:( #include #include #include #include int main(int argc, char *argv[]) { int N; pid_t pid; int cont; if (argc != 2) { printf("Wrong number of command-line parameters!\n"); return 1; } N = atoi(argv[1]); printf("Creating process sequence of length %d.\n",N); printf("%d begins the sequence.\n",getpid()); /* What I have to do next ?????? */ }

2094

Consider the following C program. #include int main() { int i; for (i=0;i<3;++i) { fork();fork(); } } How many processes are created when running this program (including the initial one)? Explain

2 5276

Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.

Convergys,

3109

How can i learn to programme every VFD. Or is there any typical study to understand VFD programming.

Volkswagen,

1 4086

= 5, b = 1, x = 10, and y = 5, create a program that outputs the result of the formula f = (a – b) (x – y) using a signal printf () function.

3304

what is c programming?

TCS,

3 5391

what is c++ programming?

TCS,

3 6013




Un-Answered Questions { Program }

what is the include program name?

2124


What is the program to maintain change run?

2157


What does the program RSMDCNVEXIT check?

2544


What is the alpha check execution program?

2227


How does u handle this COM components developed in other programming languages in .NET?

2124


Allowed program to auto-correct the database when loading a presentation.

2249


Describe the difference between Interface-oriented, Object-oriented and Aspect-oriented programming

11956


Which is your favorite editor, shell, programming shell and why?

2521


What is the term for decomposing a software program so that latent design information can be extracted? 1. Reengineering 2. Regression 3. Restructuring 4. Reusability 5. Reverse engineering

2219


Program for Prime numbers and Matrix plz explain me the procedural method with steps

2758


What is unique about B.L.M business that would impact the future client/server architechture or software needs of your G.I.S programme?

2242


HOW TO TRANSFER VENDOR MASTER DATA FROM LEGACY SYSTEM TO SAP SYSTEM THRU LSMW (IN LSMW, USING DIRECT INPUT PROGRAM:RFBIKR00)

3771


Enhance the Debug() function so that the programmer has to press Enter or Return after debugging is deactivated?

2522


How will you make .NET programs work in Linux ?

2016


What are the functions of the typical server program?

2811