What is data _null_? ,Explain with code when u need to use
it in data step programming ?
No Answer is Posted For this Question
Be the First to Post Answer
main() { 41printf("%p",main); }8
Given n nodes. Find the number of different structural binary trees that can be formed using the nodes.
16 Answers Aricent, Cisco, Directi, Qualcomm,
What is the output for the following program main() { int arr2D[3][3]; printf("%d\n", ((arr2D==* arr2D)&&(* arr2D == arr2D[0])) ); }
main() { int i=400,j=300; printf("%d..%d"); }
Write a program that produces these three columns sequence nos. using loop statement Sequence nos. Squared Squared + 5 1 1 6 2 4 9 3 9 14 4 16 21 5 25 30
why java is platform independent?
main() { int *j; { int i=10; j=&i; } printf("%d",*j); }
Design an implement of the inputs functions for event mode
What is the match merge ? compare data step match merge with proc sql merge - how many types are there ? data step vs proc sql
how to return a multiple value from a function?
Find the largest number in a binary tree
main(){ int a= 0;int b = 20;char x =1;char y =10; if(a,b,x,y) printf("hello"); }