How Frequently shall a company file the service tax returns and how frequently shall a company pay the service tax to the Government ?
1921Post New Exedy Interview Questions
Is null always defined as 0(zero)?
How to Retrieve the line number that a memo's cursor is on?
What are the disadvantages of hadoop serialization?
What is detached entity in hibernate?
After a pop instruction where does the stack pointer points?
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
Tell me what is the contestable period' in insurance policy? : insurance sales
How do you delete undeletable files on a mac?
What is custom controller? : salesforce visualforce
Does golang support operator overloading?
what are the limitations of accounting conventions
How does the if function work in excel?
How do you change a docx to doc?
What query tells you how much space a tablespace named test is taking up, and how much space is remaining?
A code which had some declarations of some data items. There were a couple of normal data items(char,int..) and some pointers as well and a malloc call. You have to find the total memory taken up in the stack(Hint:Pointers and all are allocated in heap, not in stack, so dont count them).Also in most of these questions, they were specifying that the OS was 32 bit