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
No Answer is Posted For this Question
Be the First to Post Answer
Give a very good method to count the number of ones in a 32 bit number. (caution: looping through testing each bit is not a solution)
Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal.
6 Answers Fusion Systems GmbH,
main() { int i=4,j=7; j = j || i++ && printf("YOU CAN"); printf("%d %d", i, j); }
write a program to find out roots of quadratic equation "x=-b+-(b^2-4ac0^-1/2/2a"
main() { int i=5; printf("%d%d%d%d%d%d",i++,i--,++i,--i,i); }
write a program in c to merge two array
Write a routine that prints out a 2-D array in spiral order
write a program to count the number the same (letter/character foreg: 's') in a given sentence.
Link list in reverse order.
main() { char *p = “ayqm”; char c; c = ++*p++; printf(“%c”,c); }
what will be the position of the file marker? a: fseek(ptr,0,SEEK_SET); b: fseek(ptr,0,SEEK_CUR);
Write a function to find the depth of a binary tree.
13 Answers Adobe, Amazon, EFI, Imagination Technologies,