dont tell me story of pointer that Pointer is made for only keeping some address . This is known by all.
That's fine . I did'nt mean that. Fetaures should be as ... 1. Pointer keeping Only Address 2. Pointer Keeping Only Values 3. Both 1 &...
Sorry for putting here!!!
You are right But Too much overhead will be on case of storing into vector or some file i.e. into some container. Too much check has to put where...
This is very simple question!!! Give me excat reason??? Example: Why it is wrong.... int main() { int * ptr; *ptr=10; return 0; }
For big number, 32-bit or 64-bit machine still not computing after some bit. So on that instant we can easily use sterling aproximation formula
Just i am giving hing hint for Sterling Approximate Formula > No Algorithm came uptill now except applying some AI .
Hi to all . As we all knows that Today all cpu are comming having multiple processor( calles dual core, quade core etc). But our already...
Appreciated!!! But i think this is not so informatic.
Just See the Code , Very simple you can understand Very well. No confusion very straightforward!!! class Base1 { virtual void f() { cout <<...
For big number, You can use Srerling's Approximate Formula>>>> (n-1) ! ~ (2 Pi / (n))1/2e-(n) (n)(n)
Very nice !!! Thanks for this kind of info!!!
One More use of it is to cleanup Code in place of pointer.......
You all are correct. One main Difference is that Extra memory is taken by Pointer( Size depends on machine architecture i.e. 32-bit machine will...
Hi oogabooga!!! Just think about (++User data) and (user data ++) in place of Inbuilt Data type. and just check correct code of assembly...
How to make your program to be fast. 1. Use Pre Increment or Pre Decrement in place of Post Increment or Post Decrement operator. i.e. use...
It's simple!!!!! struct stud { char ch; int i; char ch1; }; Total size of this structure...
HI Me Asadullah Ansari. Intrested to give a correct and logical answaer to all question in C/C++.
Separate names with a comma.