Search Results

Showing results 1 to 2 of 2
Search took 0.00 seconds.
Search: Posts Made By: Denniz ; Forum: C and child forums
Forum: C Oct 23rd, 2008
Replies: 3
Views: 656
Posted By Denniz
int i = 1;
STUPID_ASSIGNMENT:
printf("%d\n", i);

if(i < 100)
{
i++;
goto STUPID_ASSIGNMENT;
}
Forum: C Oct 3rd, 2008
Replies: 8
Solved: Null Char
Views: 2,079
Posted By Denniz
When you are using the printf function:

printf("%s", a);


The function is treating variable "a" as a pointer to the beginning of a stream of characters. However, it doesn't have the...
Showing results 1 to 2 of 2

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC