C PROGRAMMING NEWBIE needs help?

kbprov

New member
Joined
Mar 7, 2011
Messages
0
Reaction score
0
Points
0
hi there this is my first foray into start c programming and I will need
some help:

first of all my workspace sucks for netbean because I have to create multiple
instance of the project

secondly,i don't really know how the convertion specifier works
because when I tried to do certain things it results in


newmain.c:31:5: warning: passing argument 1 of 'printf' makes pointer from integer without a cast

Third questions.

what is this \a,
how come certain characters has L or F appended to the end and how do it display them?


printf("%f",1.0f) what should this print out?

finally why is 0x92 consider a char/int type?

thanks for you help expect a postive reply from all of you

C NEWBIE,

do visit my website at abovegroundpoolinstallation.net
 
Back
Top