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

Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

Accenture Interview Questions
Questions Answers Views Company eMail

what are the reports created in mm and sd side using sap bw in a project? name some of them and explain the requirement?

2179

what are the data sources extracted from logistics cockpit in sap bw project and what is the requirement for it ?

2685

in sap bw project at what scenario generic extraction is used and why explain and also tell why you used calendar day option explain?

2 10985

which testing process you followed in your company ???

5 12530

Sale of Rs.10000, where in 50% is on credit and there 10% discount on the immediete payment. Pass a journal entry for this

26 34349

By using which single table i can get all the detail from sale order to billing not used vbak, vbap, vbrk & vbrp.

2 9140

how we can moddify a internal table without using modify statement

7 19564

as a tem leader whats tools u have used in sap

2 8867

If I have 5 Queries in a DB2 Cobol program , while precompiling how many DBRMs will get created and How many Plans and Packages will get created while Bind Process?

8 18504

what are the reports generated in a sap bw project?name them and what is the requirement?

1 6645

what are the info cube developed in a sap project?name them and what is the requirement?

2911

what are the extractions made in a sap bw project using lo cockpit extraction in mm and sd and fi?what is the requirement and name them?

4607

A man engaged a servant on a condn that he’ll pay Rs 90 and also give him a bag at the end of the yr. He served for 9 months and was given a turban and Rs 65. So the price of turban is i. Rs : 10 19 0 55

9 37696

Why do we use DAO?

3 18847

What is deferrence between configuration & customization. please tell me with a suitable example.

4 10909

Post New Accenture Interview Questions


Accenture Interview Questions


Un-Answered Questions

What is dcl in sql?

1024


What are different types of schemas?

993


why microbiology failed to experience a period of growth after the reports of Leeuwenhoek?

2067


What is race around condition in a jk flipflop?

1051


How do you tell react to build in production mode and what will that do?

470


How to compute database fragmentation in sybase?

949


What is a retrovirus?

621


Why is ubuntu called ubuntu?

760


Which is latest version of excel?

690


What is the difference between bash and dos?

949


Why do we use non clustered index?

1135


develop a breakfast order booking system using Functions, Structures and Arrays. The system is to support the operations shown to the user in the following system’s menu: Welcome to Asim's Restaurant Select an operation? 1 Make a breakfast order 2 Modify existing order 3 Cancel existing order 4 Print Bill 5 Exit Type in your selection (1, 2, 3, 4 or 5): The program will include an array of structures. The structure type is called MenuItem, and the array of structures should be declared as menu[50] to store upto 50 breakfast menu items. The MenuItem structure must have the following 4 data fields (i.e. members): Code, description, unitprice, and quantity. Your program must define at least the following functions:  Function LoadData(…) that loads the data of breakfast menu items from an input file menu.txt into the array menu.  Five separate functions to handle the program main menu five tasks shown above. In general, function main() should load the data into the array menu and display the main menu of the above mentioned tasks. Based on the option selected, the corresponding function should be called. Users must make an order before requesting modify, cancel or print order bill (See the given sample run). Here is a more detailed explanation on the above tasks and functions. LoadData(…) Opens the input file menu.txt (you will create it) containing breakfast menu items data (See below) and assign these values to the corresponding array menu structure fields. Assign zero to the quantity field of the loaded menu items. Welcome to Asim's Restaurant Select an operation? 1 Make a breakfast order 2 Modify existing order 3 Cancel existing order 4 Print Bill 5 Exit Type in your selection (1, 2, 3, 4 or 5): MakeOrder(…) This function is called when the user selects option 1 from the main menu. It first displays the breakfast menu items to the user (stored in the array menu) along with all the necessary information (item code, description and unit price). It then requests the user to select an item using the item code (see the sample run). When the user enters an item code number the program should verify the code number and increment the quantity of the selected item in the array menu. Your program should reject invalid item codes and request the user to re-enter the item code or stop the entry. PrintBill(…) This function is called when the user selects option 4 from the main menu. The function displays the breakfast menu items in the breakfast order by printing the values of all MenuItem members of the array menu that have quantity value above zero. Print a nicely formatted bill (See the sample run). CancelOrder(…) This function is called when the user selects option 3 from the main menu. It will cancel the breakfast order by setting the quantity value of all the array menu structures to zero. ModifyOrder(….) This function is called when the user selects option 2 from the main menu. The task of this function is to allow the user to edit an existing breakfast order with two operations: Adding more breakfast items and/or altering the breakfast item that were ordered before (examine the sample program run). Handling Errors and Invalid Input Your program should reply safely to any erroneous situation or input with appropriate message to the user and flow nicely and correctly to the next operation (Examine the sample program run). Additional functions Use of functions is highly recommended for any additional special tasks needed by your solution. Global variables are not allowed except for max array menu size 50. You must pass the needed parameters through functions parameter lists.

2450


How many aware interfaces are there?

1025


Explain the difference between cdma and tdma?

792


What is a black box?

1