Answer Posted / j.nithya
we can return multiple values from a function by using pointer.... Just store your multiple values which you want to return and return the base address......Store the values in the array and return the base address of the array.
| Is This Answer Correct ? | 3 Yes | 10 No |
Post New Answer View All Answers
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
What is full form of PEPSI
write a program for area of circumference of shapes
write a simple calculator c program to perform addition, subtraction, mul and div.
why do you use macros? Explain a situation where you had to incorporate macros in your proc report? use a simple instream data example with code ?
Write a routine to implement the polymarker function
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
What is the difference between proc means and proc tabulate ? explain with a simple example when you have to use means or tabulate?
how to test pierrot divisor
Write a program to model an exploding firecracker in the xy plane using a particle system
why nlogn is the lower limit of any sort algorithm?
Can you send Code for Run Length Encoding Of BMP Image in C Language in linux(i.e Compression and Decompression) ?
Set up procedure for generating a wire frame display of a polyhedron with the hidden edges of the object drawn with dashed lines
What is data _null_? ,Explain with code when u need to use it in data step programming ?