42472.What are the types of linkages?
Internal and External
External, Internal and None
External and None
Internal
42473.Which of the following special symbol allowed in a variable name?
* (asterisk)
| (pipeline)
– (hyphen)
_ (underscore)
42474.What are the different types of real data type in C ?
float, double
short int, double, long int
float, double, long double
double, long int, float
42475.What will you do to treat the constant 3.14 as a long double?
use 3.14LD
use 3.14L
use 3.14DL
use 3.14LF
42476.In mathematics and computer programming, which is the correct order of mathematical operators ?
Addition, Subtraction, Multiplication, Division
Division, Multiplication, Addition, Subtraction
Multiplication, Addition, Division, Subtraction
Addition, Division, Modulus, Subtraction