[HOT] C programming Daily Class + Videos

~THE_BO$$~

Member
Reputation
0
Hi All,
I have seen here on marketswag forum that many members want to learn programming language. So, I have decided to make this thread and post daily about C language.

You can call it a daily C language class. I will be going from basics of C first than moving to the advanced topics.
And if you have any doubt in my daily class you are free to ask it.
Hope you people get benefited with this.
:smartass:

Thank you!!



Thread Updated :-


Made a youtube channel
Here's the link :- http://www.youtube.com/programnow
[video=youtube]http://www.youtube.com/watch?v=uPHwmCZTp-Q[/video]
 
Hi All,
I have seen here on marketswag forum that many members want to learn programming language. So, I have decided to make this thread and post daily about C language.

You can call it a daily C language class. I will be going from basics of C first than moving to the advanced topics.
And if you have any doubt in my daily class you are free to ask it.
Hope you people get benefited with this.
:smartass:

Thank you!!



Thread Updated :-


Made a youtube channel
Here's the link :- http://www.youtube.com/programnow
[video=youtube]http://www.youtube.com/watch?v=uPHwmCZTp-Q[/video]
 
RE: [HOT] C programming Daily Class

Nice, I have definitely wanted to learn a new language. When do classes start?
 
RE: [HOT] C programming Daily Class

Nice, I have definitely wanted to learn a new language. When do classes start?
 
RE: [HOT] C programming Daily Class

Well I will start the basics today, around 2 PM IST
 
RE: [HOT] C programming Daily Class

Well I will start the basics today, around 2 PM IST
 
RE: [HOT] C programming Daily Class

Day 1 :-

Basics of C language



This chapter consists of the History of C language and Its characteristics


History of C language


Initially C language was developed by AT&T lab It was named "C" because its features were derived from an earlier language called "B".
It was one of the earliest programming languages.


Characteristics of C language


Keywords are identifiers reserved by the language for special use. Although you can use them for preprocessor macro names, it is poor programming style. Only the exact spelling of keywords is reserved. For example, autois reserved but AUTO is not.



auto
break
case
char
const
continue
default
do
double
else
enum
extern
float
for
goto
if
inline
int
long
register
return
short
signed
sizeof
static
struct
switch
typedef
union
unsigned
void
volatile
while
restrict
_Bool
_Complex
_Imaginary



Thats all for now!! Thank you!!
 
RE: [HOT] C programming Daily Class

Day 1 :-

Basics of C language



This chapter consists of the History of C language and Its characteristics


History of C language


Initially C language was developed by AT&T lab It was named "C" because its features were derived from an earlier language called "B".
It was one of the earliest programming languages.


Characteristics of C language


Keywords are identifiers reserved by the language for special use. Although you can use them for preprocessor macro names, it is poor programming style. Only the exact spelling of keywords is reserved. For example, autois reserved but AUTO is not.



auto
break
case
char
const
continue
default
do
double
else
enum
extern
float
for
goto
if
inline
int
long
register
return
short
signed
sizeof
static
struct
switch
typedef
union
unsigned
void
volatile
while
restrict
_Bool
_Complex
_Imaginary



Thats all for now!! Thank you!!
 
RE: [HOT] C programming Daily Class

Nice been looking for this kind of stuff. Hope me too could help you guys with this kind of stuff.
 
RE: [HOT] C programming Daily Class

Nice been looking for this kind of stuff. Hope me too could help you guys with this kind of stuff.
 
RE: [HOT] C programming Daily Class

Ho, glad to know someone liked this, I will be posting this daily.
 
RE: [HOT] C programming Daily Class

Ho, glad to know someone liked this, I will be posting this daily.
 
RE: [HOT] C programming Daily Class

Mate.
You should start a youtube channel for this. You can earn by posting videos here + possible earnings from youtube video. !
 
RE: [HOT] C programming Daily Class

Mate.
You should start a youtube channel for this. You can earn by posting videos here + possible earnings from youtube video. !
 
RE: [HOT] C programming Daily Class

Vick said:
Mate.
You should start a youtube channel for this. You can earn by posting videos here + possible earnings from youtube video. !
Thanks for your suggestion, will definitely do it. But do u know any voice+desktop recorder software?
If yes plz share with me.
 
RE: [HOT] C programming Daily Class

Vick said:
Mate.
You should start a youtube channel for this. You can earn by posting videos here + possible earnings from youtube video. !
Thanks for your suggestion, will definitely do it. But do u know any voice+desktop recorder software?
If yes plz share with me.
 
RE: [HOT] C programming Daily Class

Ok, I'm really new at programming, so can you tell me what the keywords do? Which ones will be used most often? telling me what each one does might be too long, but maybe give me a short list of the most important ones and what they do?
 
RE: [HOT] C programming Daily Class

Ok, I'm really new at programming, so can you tell me what the keywords do? Which ones will be used most often? telling me what each one does might be too long, but maybe give me a short list of the most important ones and what they do?
 
Back
Top