Explain how performance of algorithm is analysed?
The performance of an algorithm is analysed by the time complexity as well as its space complexity though both the complexities are trafe-offs between them. If time... Read more »
The performance of an algorithm is analysed by the time complexity as well as its space complexity though both the complexities are trafe-offs between them. If time... Read more »
Yes, it is possible. Here is an example of implementing a binary tree: Consider an attay : a[n]; Place the root in first position. and let the current position to... Read more »
a pointer with no return type is called a null pointer.It may be any kind of datatype.It takes the data type according to the requirement in the program. for eg: ... Read more »
Function templates involve telling a function that it will be receiving a specified data type and then it will work with that at compile time. The difference with... Read more »
A data structure is classified into two categories: Linear and Non-Linear data structures. A data structure is said to be linear if the elements form a sequence,... Read more »
Siebel file system : Its like suppose you add some attachment & then delete it from the destination location it is still avaliable as siebel file system and... Read more »
You need to perform below major steps perform upgrade : 1. Pre-Upgrade 2. Upgrep - Upgrade repository 3. Repository Merge 4. UpgPhys - Physical upgrade 5. Post upgrade All... Read more »
Link shows the relationship with entities where as MVL shows relationship between records. Read more »
Picklist: It allows users to populate the fields by selecting values from a list rather than typing them in a field. Two types are Static & Dynamic, Create... Read more »
Let us write SQL query to understand this: select s.name,a.name (1) from s_evt_act a, (2) s_srv_req... Read more »
A view and BO share 1:1 relation An applet and BC share 1:1 relation A view can have many applets An applet can have many controls or fields. Read more »
Change the value of Splash text in the corresponding CFG file Read more »
When you want to integrate siebel with external systems,you cannot send data directly to the external system.So,we have to convert the siebel data in a format which... Read more »
The use of Memory sorter is , in report you can sort the data in 2 ways either you sort in tools level using property SORT or else samething you can do at actuate... Read more »
When we make some changes in our local tools and without check in we want to test on our thin client we have to do incremental compile on SRF on server. that is... Read more »