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

Sutherland Interview Questions
Questions Answers Views Company eMail

Tell me about yourself?

229 489360

Why TCP and IP are written all together as TCP/IP?

8 30933

How long would you stay with us?

25 70672

i have done b.sc computers,i want to go to tech support interviews,i have basic hardware knowledge,what type of questions they are asking inthis interviews,pls send me interview questions

1 7208

Given that a,b,c,d,e each represent one of the digits between 1-9 and that the following multiplication holds a b c d e 4 ---------- e d c b a What digit does e represent a) 4 b) 6 c) 7 d) 8 e) none

8 27013

tell me about yourself

12 27605

Differentiate between ROM and RAM?

6 14696

Tell me about yourself?

4 13090

why do u want to join a call centre?

40 83303

why u left the previousjob

7 17270

why do u want to join a call centre?

9 21024

find the sum of all the numbers 1 to 1000

14 54040

what is mean by 32 and 64 bit appplication

6 14682

Have you visited UK?

1 6158

Tell us about yourself.

47 113677

Post New Sutherland Interview Questions




Un-Answered Questions

Is windows 7 going to stop working?

457


How do I configure the recovery storage group?

546


Explain about vpn?

575


Is javascript necessary for web development?

510


How to fix toll charge for a particular vehicle at toll booths in a highway?

1491






Explain me the difference between public and private accounting?

683


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.

1969


Name different methods for getting streams.

542


explain about citrix scheduling tool in datastage

1808


What is the maximum number of match code id's that can be defined for one match code object ?

536


Does apache tomcat require java?

442


What is the difference between micro kernel and macro kernel?

662


If the view set concept is not implemented in web dynpro for abap, what options are there for reusing views ?

107


which domain is of high demand for software testing, Right now i am working in Education domain .How about demand for Education domain and which companies are recruiting in education domain

3212


What is the difference between strcpy() and memcpy() function in c programming?

626