int f() { int I = 12; int &r = I; r += r / 4; int *p = &r; *p += r; return I; } Referring to the sample code above, what is the return value of the function "f()"? a) 12 b) 15 c) 24 d) 17 e) 30
2 9821Can anyone explain the procedure for configuring cognos8 with oracle as Content Manager/Content Store? I know the configuration of cognos8 with SQL SERVER (Like how to create CM database in oracle and applying securities to access that Database from cognos8 (Cognos Configuration)
7 12546How to use Cascade Macro in Report studio? Anybody know about Cascade Macro & and the procedure to use?
1 6292What will be the position of the owener of the company?If the company liablites are more than company assets . a. solvent b. insolvent c. profitable d. liquidity
20 22809Post New AIG Interview Questions
Difference between object instantiation and construction ?
Does microsoft use angular?
What is the ideal duration is for Sprint? How it affects the workflow?
How does a navigational attribute differ from other attributes in terms of linking it with the infocube?
How to Extend Visual Studio templates?
In which term & condition excise invoice raises & for what excise invoice raise?
Is soa a part of oracle fusion middleware?
What are the different recording modes and how do they work?
What is dialoge class?
What are cshtml files?
How do you rotate a slide 90 degrees in powerpoint?
What does an xml file do?
What are some disadvantages of storing session state in cookies?
What is transition in ms powerpoint?
how to use the regular expression for the below code-- swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:56" There is a tree view window of the folder's ie Medication- >Pharmacy(sub folder)with 56 as count of records...The records can be different or if no records present in the specific folder..then it show "Paharmacy:-no records".Whe i record at the first time .....and try to rerun the same script with different records count say "pharmacy:800"..qtp is not regnizing it...therefore i want to user regular expression..but donot now how to use it and where to use...i have tried.... swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:\*"..but it s of no use..plz help..me