If we run a report, that has 2 pages, i want to display one page in HTML format and another page wil display in pdf format. What is the procedure?
2 7633If I want to initialize the array like. int a[5] = {0}; then it gives me all element 0. but if i give int a[5] = {5}; then 5 0 0 0 0 is ans. what will I do for all element 5 5 5 5 5 in a single statement???
3 6355write a c++ code to overload + and - for a stack class such that + provides push and - provides pop operation
1 6211How do you round the addition or subtraction of two numbers in assembler? what does the following code do? AP WKUR,=P'5' where WKUR is a label
3 10802There is a load to the Table every one hour and 24/7.Morning trafic is high, afternoon trafiic is less, Night trafiic is high.According to this situation which Utility you use and how do you load,which utility used?
4 9396i want to know real time experience on oracle dba anybody help me please mail me aniltelkar50@gmail.com
1 4749Post New IBM Interview Questions
What is the difference between sql and mysql and oracle?
what is the rule of TDS Deduction for Pvt Ltd Company ??? And What rule of not TDS Deduct for PVT LTD company ???
What is the difference between the distributed database and the traditional database?
what is meant by virus
Are you planning for any further studies?
How can you get selected file from file system Control?
Define what is meant by small signal amplifier?
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
Why do we need different type of parameter?
For the requirement of a furnace of temperature range up to 1200 oC using silicon carbide rods, What is the required rate of transformer needed (please do it with all details)?
what are the advantages or benefits of Dojo?
What do you understand by the recover stage?
What is primary and backup protection?
What is the function file_get_contents() useful for?
What is @repository annotation in spring boot? : Spring Boot