what is brs test reply me email me kashifabbas514@gmail.com
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between proc means and proc tabulate ? explain with a simple example when you have to use means or tabulate?
main() { char a[4]="HELLO"; printf("%s",a); }
What is the output of the program given below main() { signed char i=0; for(;i>=0;i++) ; printf("%d\n",i); }
Set up procedure for generating a wire frame display of a polyhedron with the hidden edges of the object drawn with dashed lines
main() { int i=0; for(;i++;printf("%d",i)) ; printf("%d",i); }
main() { int i =0;j=0; if(i && j++) printf("%d..%d",i++,j); printf("%d..%d,i,j); }
void main() { int i=i++,j=j++,k=k++; printf(ā%d%d%dā,i,j,k); }
main() { char *p; printf("%d %d ",sizeof(*p),sizeof(p)); }
write a c program to print magic square of order n when n>3 and n is odd?
String copy logic in one line.
What is the match merge ? compare data step match merge with proc sql merge - how many types are there ? data step vs proc sql
All the combinations of prime numbers whose sum gives 32