info@avatto.com
+91-9920808017
11. C programming language provides operations which deal directly with objects such as
strings and sets
lists and arrays
characters, integers, and floating point numbers
all of these
Your email address will not be published. Required fields are marked *
Report
Name
Email
Website
Save my name, email, and website in this browser for the next time I comment.
Comment
12. C programming language by itself provides
input facility
output facility
both input and output facilities
no input and output facilities
13. The variables which can be accessed by all modules in a program are called
local variables
internal variables
external variable
global variables
14. The rule for implicit type conversion in 'C' is
int < unsigned < float < double
unsigned < int < float < double
int < unsigned < double < float
unsigned < int < double < float
15. Consider the following statement #define hypotenuse (a, b) sqrt (a*a + b*b); The macro-call hypotenuse (a + 2, b + 3);
finds hypotenuse of triangle with sides a + 2 and b+3
finds square root of (a + 2)2 + (b + 3)2
is meaningless
finds square root of 3*a + 4*b + 5
Login with Facebook
Login with Google
Forgot your password?
Lost your password? Please enter your email address. You will receive mail with link to set new password.
Back to login