Search Results

Search: Posts Made By: kris26
Forum: Programming 08-15-2013
1,872
Posted By kris26
For example, int *pointer = "Hello, World"; ...
For example,

int *pointer = "Hello, World";

Is the string constant available until the pointer variable as an automatic variable is discarded?
Forum: Programming 08-15-2013
1,872
Posted By kris26
String Constant C
I wonder string constant exists permanently or temporary.

For example,

printf("hello, world");

the function printf access to it is through a pointer. Does it mean storage is allocated for...
Forum: Programming 12-06-2012
15,743
Posted By kris26
Haha, okay. I juz realized tat the chart in...
Haha, okay. I juz realized tat the chart in wikipedia is arranged in Hexadecimal form.
Forum: Programming 12-06-2012
15,743
Posted By kris26
Okay, i got it. How do u read the ASCII table?
Okay, i got it. How do u read the ASCII table?
Forum: Programming 12-05-2012
15,743
Posted By kris26
Oh okay thanks, so how is the character set look...
Oh okay thanks, so how is the character set look like in bit pattern? We noe tat numeric value of 48 is stored as 01100000. How about '0' which hav a value of 48?
And where can i get tis ASCII...
Forum: Programming 12-04-2012
15,743
Posted By kris26
Thanks, Corona and Don. Don, while i was...
Thanks, Corona and Don.

Don, while i was reading ur reply to figure out my mistake, i realize tat i<100 was juz a typo, i wanted to set it i<10. Btw, thanks for tis new lesson :) I wont quit...
Forum: Programming 12-03-2012
15,743
Posted By kris26
okay thanks, :) ---------- Post updated at...
okay thanks, :)

---------- Post updated at 09:57 AM ---------- Previous update was at 09:36 AM ----------

btw i still hav a question abt tis program, it is a program to count then number of...
Forum: Programming 12-03-2012
15,743
Posted By kris26
What is the difference between printf and putchar() or scanf and getchar() ?
Im a newbie to programming language, i found tat there r these function called printf and putchar() as well as scanf and getchar(), im curious abt why do dey hav these 2 different function although...
Showing results 1 to 8 of 8

 
All times are GMT -4. The time now is 02:39 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy