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
Declare an array of N pointers to functions returning pointers to functions returning pointers to characters?
Program to find the largest sum of contiguous integers in the array. O(n)
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); }
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.
main() { char *p = “ayqm”; char c; c = ++*p++; printf(“%c”,c); }
why the range of an unsigned integer is double almost than the signed integer.
Write a program to receive an integer and find its octal equivalent?
main() { printf("\nab"); printf("\bsi"); printf("\rha"); }
main() { int i =0;j=0; if(i && j++) printf("%d..%d",i++,j); printf("%d..%d,i,j); }
how to delete an element in an array