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

CGI Interview Questions
Questions Answers Views Company eMail

How will you invoke testdirector?That means how will you open TD and how will you log defects?

2 9368

Difference between HTML and DHTML?

16 90424

A farmer walks at constant speed on the perimeter of his rectangular field. it takes him twice the time to cover longer side than shorter side.if he walks total 300 m . then find out the area of field?

1 9663

How do you sort in a COBOL program? Give sort file definition, sort statement syntax and meaning.

7 28561

What is the difference between a contract and a scheduling agreement?

3 33033

What is the base cluster?

1 10852

What is the use of ISTQB certification? How many levels are there in the ISTQB? which certification is helpful for Test Engineers?

3 11225

What is E-R diagram ?

2 12335

What is CTS, CLS and CLR ?

20 77703

we r conduction testing on a project USING QTP, regarding that project the object repository is full ? Till that project having objects that r not recognised by repository, then what wil you do? How we wil recogine remailning objects? Is it possible to maintain another shared(or)peraction repository? what is the maximum capcity of object repository? How the technical people decide this much object repository is enoughf for this project?

7 13740

How u prepare Test result summary in QTp?

4 12817

What are the default Oracle triggers??

3 19137

why we use sql server in webapplication

3 12652

ORA-29861: domain index is marked LOADING/FAILED/UNUSABLE

1 9226

I have a sequential file. How do I access a record in this sequential file randomly in my program ?

8 21091

Post New CGI Interview Questions


CGI Interview Questions


Un-Answered Questions

What is depth testing?

1086


Is there a possibility of inducing stress cracking in an insulated stainless road tanker vessel (20 tonne capacity) if the vessel is subject to rapid filling (10 tonne /hr) with liquid methane (-160 c) assuming the vessel is at ambient. If so, where could I obtain suggested cooling rates?

1081


Explain main features to write R code that runs faster?

204


How many decimal digits is 64 bit?

876


Write a program to find whether a given number is prime or not.

969


Describe string intern() methodology

1022


What is the maximum size of byte array in java?

957


Explain Singleton design pattern of Remoting?

919


What windows 7 component that enables the computer to support more than one language?

820


What are some of the more popular techniques in cryptography ?

2694


What happen when we delete the table using trigger?

854


Explain when noclassdeffounderror will be raised ?

990


What are metrics and matrix?

1753


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.

2346


In what manner copy control transition can be done?

944