The correct statement for a function that takes pointer to a float, a pointer to a pointer to a char and returns a pointer to a pointer to a integer is
Options
A. int **fun(float**, char**)
B. int *fun(float*, char*)
C. int ***fun(float*, char**)
D. int ***fun(*float, **char)
Correct Answer
int ***fun(float*, char**)
Technology problems
Search Results
1. List out the areas in which data structures are applied extensively?
Correct Answer: All indicate dataset out of space SD37 - no secondary allocation was specified SB37 - end of vol and no further volumes specified SE37 - Max of 16 extents already allocated
Correct Answer: IMS (Information Management System) is IBMs hierarchical database management system It has mainly two components: IMS DB and IMS DC (Also know as IMS TM) IMS DB - IMS/Database Manager as the name implies manages the IMS databases It is used for physical storage creation and management and data retrieval IMS DC / IMS TM - IMS/Data Communications or IMS/Transaction Manager handles online transaction processing system
5. What is the maximum data rate supported by a GSM system?
Correct Answer: - The maximum data rate supported by a GSM system is 96 kbps - However there are extensions to GSM standard to improve throughput - GPRS is one of the extended GSM service - The extended standards of GSM allows theoretical data rates on the order of 114 Kbit/s, but with throughput closer to 40Kbit/s in practice
6. How do define the user-defined exceptions?
Options
A. inheriting and overriding exception class functionality.
Correct Answer: EX: - High Priority and Low Severity: Company logo is not properly displayed on their website - High Priority and High Severity: Suppose you are doing online shopping and filled payment information, but after submitting the form, you get a message like "Order has been cancelled" - Low Priority and High Severity: If we have a typical scenario in which the application get crashed, but that scenario exists rarely - Low Priority and Low Severity: There is a mistake like "You have registered success" instead of successfully, success is written
Correct Answer: ilk Test is a Functional testing tool product of Seague software It uses the language called 4GL(fourth Generation Language) It has 2 components, Silk Test Agent - Run on remote machine Silk Test Host - Creating, Modifying, Viewing the scripts Uses of Silk Test tool: 1 It?s a tool developed for performing the regression and functionality testing of the application 2 It benefits when we are testing Window based, Java, the web, and the traditional client/server applications 3 Silk Test help in preparing the test plan and managing them to provide the direct accessing of the database and validation of the field
10. What is the importance of having an emulator within the Android environment?
Correct Answer: The emulator lets developers ?play? around an interface that acts as if it were an actual mobile device They can write and test codes, and even debug Emulators are a safe place for testing codes especially if it is in the early design phase