Answer Posted / phani kumar
if we want to retrive multiple values from functions
derive multiple arguments in the defition of functions
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
What are the preprocessor categories?
What is ambagious result in C? explain with an example.
What is the role of this pointer?
What is an example of structure?
Is calloc better than malloc?
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
What is static volatile in c?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
What are predefined functions in c?
How can you tell whether a program was compiled using c versus c++?
What are the properties of union in c?
How can a string be converted to a number?
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
What is a keyword?