| Back to Questions Page |
| Question |
How can I call a function, given its name as a string? |
Rank |
Answer Posted By |
|
Interview Question Submitted By :: Tribhuvan Sharma |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
A function can be called by object name and a function
name (sring ) with dot(.) operator.
e.g
class hi
{
void string()
{
cout<<"hello I am in string function";
}
};
void main()
{
hi h1;
h1.string();
}  |
0 | Hemant Ware |
| |
| |
| Answer |
Ashay here according to the programming scenario u cannot
give a function the name of a system defined identifier and
string is a system defined identifier and as aresult of
which u r unable to call  |
0 | Ashay |
| |
| |
| Question |
What is Shares Split? |
Rank |
Answer Posted By |
|
Interview Question Submitted By :: Neeraj Sharma |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
reducing the face value of the share (for eg:the face value
of the share is 10 reducing it to 2) tis is known as shares
split  |
0 | Jeetesh Bachawat |
| |
| |
|
|
| |
| Answer |
Share split is mainly done for those shares whose market
prices are more but the trading volume is less. Suppose u r
having a share whose mkt value is hundred now it has been
splitted in two means now u r holding two shares of rs 500
each.  |
0 | Sonali |
| |
| |
| Answer |
share or stock split is nothing but dividing the stock it is
mostly made in case of the company whose share value is
high,the idea behind this is that once the price of the
share is reduced it can be purchased by retail or small
investors and increases the volume of trade  |
0 | Mallesh |
| |
| |
| Answer |
stock split refers to the increasing no.of out standing
shares by reducing the face value of shares  |
0 | Ravi |
| |
| |
| Answer |
share split means reduce the face value of share for
increase the volume in the market and which can also buy by
small invester  |
0 | Manoj |
| |
| |
| Answer |
A stock split or stock divide increases or decreases the
number of shares in a public company. The price is adjusted
such that the market capitalization of the company remains
the same after the split, so that dilution does not occur.
Options and warrants are included.  |
0 | Sunita |
| |
| |
|
| |
|
Back to Questions Page |