Whatd@debugloveWhat kind of specimen is thisI found this snake type animal in my garden. It has around 80 cm to 1meter. Does anyone knows it? Is it poisounous?100$0.00
Dynamicd@debugloveDynamic Memory Allocation in CDynamic memory allocation As a compiled language, in normal situations your datatypes will be evaluated when your program is being compiled. However, we can also assign values…200$0.00
Structsd@debugloveStructs and Unions in CIn previous threads, we have seen how arrays can contain more than one valoue in one container. However, arrays can only contain values of the same datatype. In C, we can store…000$0.00
Stringd@debugloveStrings in CAs we saw in the lasth thread, strings are stored in arrays of chars in C programming language. It is also possible to store them as string literals, but those are immutable…100$0.00
Arraysd@debugloveArrays in CArrays Arrays are a collection of the same datatype which can be acessed through the same variable.This variable can have one or more slots and each member can be acessed…100$0.00
Pointersd@debuglovePointers in CPointers Pointers are at the heart of C. They are one of the main reasons why many people tend to work at C instead of a higher level programming language. They provide fast…000$0.00
Workingd@debugloveFunctions in CIntroduction Functions are independent blocks of code, which may be called any time. By having a independent block of code, it is possible for you to reuse it just by calling…210$0.00
Coded@debugloveChanging and controlling code flow in CC has a few native statements to control the flow of your code within the program, instead of just piling up instructions one after another. Some may argue about other statements…000$0.00
Operationsd@debugloveOther types of variables operations and operators in COther types of variable operations Hexadecimals and octals You may assign integer data types hexadecimal or octal values. To work with hexadecimals you must start the number…100$0.00
Scoped@debugloveA little about scope in CLocal and global variables Local variables are variables which exists as long as the code block you are in is being executed. When this same code block ends, these local…100$0.00
Constantsd@debugloveusing constants in CIn certain occasions, in C, or any other programming language, you may need to use variables which must mantain its value trough all the flow of your code. Lets take a look in a…220$0.03
Cd@debugloveC basic Data TypesC programming language has four basic data types. All other types are derived from combination of these. Those basic types are: integers, floating point values, pointers and…100$0.00
Cd@debugloveC second introduction classFollowing our last thread we will continue with a small code so you can format better your text and write well documented code. -Escape Sequences: In our last example lets…100$0.00
Oldd@debugloveHave you seen this Coca-Cola to-go-cup beforeI was wondering if any of you have seen this big cup before. Im almost sure it is from the 80s. If you have any clue and would be kind enough to give me a tip. Big thanks.200$0.94
Cd@debugloveA small introduction to COn my first thread i was thinking which subject would i start. Sure there are more basic concepts to research, but due the fact they could be a little abstract to a first thread…500$0.99
Myd@debugloveMy first postThis is my first post on steemit. I love programming so i was thinking about writing a little about it and about what i know.230$0.00