the expression a=30*1000+2768; evalutes to
a) 32768
b) -32768
c) 113040
d) 0
Answer Posted / amrutha bhat
-32768
| Is This Answer Correct ? | 21 Yes | 22 No |
Post New Answer View All Answers
What are linker error?
What is a void pointer in c?
Implement bit Array in C.
In c language can we compile a program without main() function?
What is the function of this pointer?
what do you mean by inline function in C?
What is an operator?
What is the difference between text and binary i/o?
What is use of null pointer in c?
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);
What is the use of a static variable in c?
What is time complexity c?
Give me the code of in-order recursive and non-recursive.
How to implement a packet in C