Design an implement of the inputs functions for event mode
No Answer is Posted For this Question
Be the First to Post Answer
main() { unsigned int i=65000; while(i++!=0); printf("%d",i); }
can you use proc sql to manpulate a data set or would u prefer to use proc report ? if so why ? make up an example and explain in detail
main ( ) { static char *s[ ] = {“black”, “white”, “yellow”, “violet”}; char **ptr[ ] = {s+3, s+2, s+1, s}, ***p; p = ptr; **++p; printf(“%s”,*--*++p + 3); }
typedef struct error{int warning, error, exception;}error; main() { error g1; g1.error =1; printf("%d",g1.error); }
int main() { int x=10; printf("x=%d, count of earlier print=%d", x,printf("x=%d, y=%d",x,--x)); getch(); } ================================================== returns error>> ld returned 1 exit status =================================================== Does it have something to do with printf() inside another printf().
Write a program to check whether the number is prime and also check if it there i n fibonacci series, then return true otherwise return false
int i; main(){ int t; for ( t=4;scanf("%d",&i)-t;printf("%d\n",i)) printf("%d--",t--); } // If the inputs are 0,1,2,3 find the o/p
#define prod(a,b) a*b main() { int x=3,y=4; printf("%d",prod(x+2,y-1)); }
What are segment and offset addresses?
void ( * abc( int, void ( *def) () ) ) ();
Is the following code legal? struct a { int x; struct a b; }
int i,j; for(i=0;i<=10;i++) { j+=5; assert(i<5); }