Hi, I have a problem with sturcts. I have something like : struct stack1 { int number; struct stack1 *next; }; I want to create...
Hi, i have some array of structs. the struct have : char job[max]; int number; i need to get numbers from the user and get the numbers to the...
hi, i wanted to know if there is any way to read character`s from string one by one, and set it in other string. i mean i have this string: char...
Hi, i have a problem. i have a file that there is a line in the file : #include "hello.h" i have to open the "hello.h" file and copy it to...
Separate names with a comma.