main()
{
static int k=0;
int i=1;
if(i==1)
{printf("%d",i)
; i=-1;
}
if(i==-1)
{
printf("%d,i);
i=1;
}
k++;
if(k<=10)
main();
}...
User Profile
Collapse
-
-
Why C for system programs and OS development?
Why c is used main for system programs and os development comapre other lang -
-
OOP in C using function pointers ?
1)is it possible oop in c using funtion pointers?
2) what is main advantage and application we use funtional pointers? -
free
1)why is not a pointer null after calling free?
2)what is the warning : "macro replacement with string literal" means?
3)is it safe to take advantage of calloc's zero fillings?
No activity results to display
Show More
Leave a comment: