User profile: dipak99

User info
User name:dipak99
History
Joined:
Number of posts:11
Latest posts:

Control over recursive function
Hello All, below i attached a code where i need a control on recursive function. Means, it should wa...

how to initialize arrays in constructor using passing by value
Hello all, i want to initialize an array in constructor and return it to main. I wrote a code but c...

Why constructor is executed before main function ??
Hi, I wrote two programme to understand behavior. There are two question, each of them are after co...

store low hex and high hex in char array
[code]ab and cd are negative 8-bit numbers[/code] ---> how ?

store low hex and high hex in char array
Thanks. i learned a lot. But when i do below code, why i do get 0xffffffab & 0xffffffcd. what is rea...