I have to write the whole pattern in one single loop but I can’t figure out the approach or how should I start and develop the whole thing
Write a single loop (using c) to print the following: (In each pass you should print only one character):
I have to write the whole pattern in one single loop but i cant figure out the approach or how should i start and develop the whole thing
Write a single loop (using c) to print the following: (In each pass you should print only one character):
aA
aabC
aaabbE
aaaabbbG
aaaaabbbbI
aaaaaabbbbb****K
how to install c compiler and python interpreter for macbook
what i’m currently trying to do is to install extensions for both on vs code which i don’t know if that’s the best way to go about it or there is a better option to get this done, kindly assist with the best way to get this sorted out.
Thank you.
Please teach me coding, professor [closed]
Closed 4 mins ago.
How do I code a Question and Answer Dropbox allowing a user to input a question and get a response?
I need to learn how to code a dropbox Q&A type thing, basically just allowing one user to input a question and the other user can reply to them, sort of like snapchat sendit. If anyone knows how or knows any good videos to watch that would be great. Thankyou!!!
Difference between datatypes and variables
what is the difference between datatypes and variables. Explain It briefly
How can I learn to program in Python?
I wanted to ask some questions about programming (in general, but more about Python)
If you want to talk and help a teenager, please reply 🙂
Anyone know how to get Rigel Miner CUI in C++ or python?
So, Rigel Miner has a special CUI that i want, but i dont know much about how to do this so as a normal person, ill go and ask
Problem calling Python functions from C using the Python C API
I am trying to call Python functions from a C program using the Python C API. However, I am facing some problems and am not getting the expected results. Below is the code I’m using:
Best/Cleanest was to structure error checking on dynamically allocated variables
I am working on a Python C project that involves a couple of dynamically allocated structures like queues and threading structures. I am mainly looking to improve the readability. It looks something like this: