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

Post New Answer

More C Code Interview Questions

Declare an array of N pointers to functions returning pointers to functions returning pointers to characters?

1 Answers  


Program to find the largest sum of contiguous integers in the array. O(n)

11 Answers  


how to programme using switch statements and fuctions, a programme that will output two even numbers, two odd numbers and two prime numbers of the users chioce.

0 Answers   Mbarara University of Science and Technology,


how can i search an element in an array

2 Answers   CTS, Microsoft, ViPrak,


main() { char a[4]="HELLO"; printf("%s",a); }

3 Answers   CSC,


There is a lucky draw held every day. if there is a winning number eg 1876,then all possible numbers like 1867,1687,1768 etc are the numbers that match irrespective of the position of the digit. Thus all these numbers qualify fr the lucky draw prize Assume there is no zero digit in any numbers. write a program to show all the possible winning numbers if a "winning number"is passed as an arguments to the function.

1 Answers   Nagarro,


main() { char *p = “ayqm”; char c; c = ++*p++; printf(“%c”,c); }

1 Answers  


why the range of an unsigned integer is double almost than the signed integer.

1 Answers  


Write a program to receive an integer and find its octal equivalent?

7 Answers  


main() { printf("\nab"); printf("\bsi"); printf("\rha"); }

3 Answers  


main() { int i =0;j=0; if(i && j++) printf("%d..%d",i++,j); printf("%d..%d,i,j); }

1 Answers  


how to delete an element in an array

2 Answers   IBM,


Categories