Category: Programming Related

Ask or post questions on anything which comes under programming,if you come across any programming bugs or for logic building also you can post your queries here.for example c,c++,java.

Discy Latest Questions

  • 1

While executing a Java program using arrays I am running into this error java.lang.outofmemoryerror java heap space. How do we fix java.lang.outofmemoryerror java heap space error?

While executing a Java program using arrays I am running into this error java.lang.outofmemoryerror java heap space.

How do we fix java.lang.outofmemoryerror java heap space error?

Read less
  • 0

I am an ECE student and I learned the Python language, so how does it will be helpful for an ECE student and how can we make use of that language in our field.

I am an ECE student and I learned the Python language, so how does it will be helpful for an ECE student and how can we make use of that language in our field.

Read less
  • 0

What is segmentation fault? Why do we encounter this while executing a program? How to remove this segmentation fault/error?

What is segmentation fault? Why do we encounter this while executing a program? How to remove this segmentation fault/error?

Read less
  • 0

What is the exact role of a web developer? What does he do? How is the growth of a web developer in the software field?

What is the exact role of a web developer? What does he do? How is the growth of a web developer in the software field?

Read less
  • 0

What is meant by segmentation error ? Why do we generally encounter this segmentation error while programming? How do we over come this error?

What is meant by segmentation error ? Why do we generally encounter this segmentation error while programming? How do we over come this error?

Read less
  • 0

what are the frameworks that can be learned on python? for web development, Gui development, Data Scraping, Data visualization, Machine learning? if possible please attach the best website to learn them.

what are the frameworks that can be learned on python? for web development, Gui development, Data Scraping, Data visualization, Machine learning? if possible please attach the best website to learn them.

Read less
  • 0

what are the best projects on python language for beginners to an advanced level?I want to make some interesting projects on python so can anyone suggest me?

what are the best projects on python language for beginners to an advanced level?I want to make some interesting projects on python so can anyone suggest me?

Read less
  • 2

I m a beginner in python, how can I write a # pyramid pattern using python? Input: 5 output: # # # # # # ...Read more

I m a beginner in python, how can I write a # pyramid pattern using python?

Input: 5

output:

      # 
     # # 
    # # # 
   # # # # 
  # # # # #
Read less