Explore topic-wise MCQs in SAP Certification.

This section includes 2 Mcqs, each offering curated multiple-choice questions to sharpen your SAP Certification knowledge and support exam preparation. Choose a topic below to get started.

1.

The declarations typedef float height [100]; height men, women;

A. define men and women as 100 element floating point
B. define men and women as 100 floating point variables
C. define height, men and women as floating point variables
D. are illegal
Answer» B. define men and women as 100 floating point variables
2.

Consider the macro definitions: # define square(x) x*x and # define square(x) (x*x) when used in a program statement B = ++ square(C)

A. both macros will produce the same result
B. both macros will not produce same result
C. the second macro definition is not valid
D. the first macro definition is not vali
Answer» C. the second macro definition is not valid