Question
How will you convert an integer to octal string in python

Answers

oct(x) − Converts an integer to an octal string.   Your Comment




More Software Questions..
What is the inputsplit in map reduce software?

What is software configuration management?

What Is Java Api For Xml-based Rpc (jax-rpc)?

How can you implement fine-grained auditing?

What is IBM’s simple explanation for Big Data’s four critical features?

What is static synchronized method in JDBC API? Give an example?

What does the NULLIF function do?

What happens if a start method is not invoked and the run method is directly invoked?

Should we override finalize method

what is the difference between mysql_fetch_array and mysql_fetch_object?

How will XML affect my document links?

Why to use Style Sheets?

What are Filters in MVC?

Can you explain Application layer in OSI model?

How to define new testplan attributes?

What are the minimum system requirements to run Photoshop? Is it possible to run Photoshop over linux?

Which oracle package is used to manage the oracle lock management services?

What is Latch Up? Explain Latch Up with cross section of a CMOS Inverter. How do you avoid Latch Up?

What is marker interface?

What types of partitioning are there for BW?



Search
Can you Answer!!
  • Q What will happen when you attempt to compile and run the following code class Base{ private void amethod(int iBase){ System.out.println("Base.amethod"); } } class Over extends Base{ public static void main(String argv[]){ Over o = new Over(); int iBase=0; o.amethod(iBase); } public void amethod(int iOver){ System.out.println("Over.amethod"); } } 1) Compile time error complaining that Base.amethod is private 2) Runtime error complaining that Base.amethod is private 3) Output of Base.amethod 4) Output of Over.amethod()
  • Q What is MySAP?
  • Q Explain how to create an e-mail signature in an Outlook?
  • Q What should not contain a header file?
  • Q When silicon has been doped, what does this mean?
  • Q What have you done to improve your knowledge in the last year?
  • Q If a method's return type is void, can you use a return keyword in the method?
  • Q How often is it sensible to use 'reply all' when replying to an e-mail?
  • Q Describe a situation in which you found that your results were not up to your professor's or supervisor's expectations. What happened? What action did you take?
  • Q Write logic to convert any string to LOWER CASE without using string.ToLower()
  • Q How many Transaction Types exist?