What is the order of evaluation of the comparison
operators: + - * /** ()?

Answers were Sorted based on User's Feedback



What is the order of evaluation of the comparison operators: + - * /** ()? ..

Answer / chandu

** * / + _

Is This Answer Correct ?    5 Yes 1 No

What is the order of evaluation of the comparison operators: + - * /** ()? ..

Answer / deepika

()**/*+-

Is This Answer Correct ?    1 Yes 0 No

What is the order of evaluation of the comparison operators: + - * /** ()? ..

Answer / kiran kumar yarlagadda

that question is wrong.what is the order of evaluation of
the arithametic operators:+ - * / ** ()?
ans:
() ** / * - +.

Is This Answer Correct ?    4 Yes 5 No

Post New Answer

More SAS Interview Questions

explain the key concept of sas? : Sas-administrator

0 Answers  


Which of the following is not created during compilation phase?

2 Answers   SAS,


I use NOCUM/NOPERCENT option in the tables statement like this Proc freq data = deepak; tables x y /nocum nopercent; run; Here I get nopercent and nocum in the output only for variables x and y. How do i do it for all variables? Deepak

1 Answers  


Describe the function and untility of the most difficult SAS macro that you have written.

0 Answers  


Enlist the syntax rules followed in sas statements.

0 Answers  






Name any two sas spawners? : sas-grid-administration

0 Answers  


What are the Aggregate functions in SQL ?

2 Answers   AON,


how do you validate tables abd reports?

2 Answers   Accenture, Quintiles,


how to generate means for every subject;

4 Answers   Mind Tree,


1.How to draw pivot tables in Excel by using SAS and in which version we can use VB script for to draw pivot tables in Excel? Answer with example data. 2.What are the advantages of _NULL_ in Data steps? Can we use _NULL_ in Proc steps also? 3. How to call the macro variable into Data Steps? 4. Can we draw pivot tables in Excel using Proc SQL? Please post answers for the above questions with suitable examples, and how to use VB script for Excel using SAS.

1 Answers  


what is TAB delimiter? explain about it? what will you do to get TAB delimiter?

3 Answers   Cap Gemini,


How would you generate 1000 observations from a normal distribution with a mean of 50 and standard deviation of 20. How would you use PROC CHART to look at the distribution? Describe the shape of the distribution.

1 Answers  


Categories