WAP – represent a char in binary format

Answer Posted / johnson

?eh? this doesn't make sense. The answer will obviously be
11111111.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above

598


How will you write a code for accessing the length of an array without assigning it to another variable?

613


What is the most efficient way to store flag values?

687


Explain what are multibyte characters?

629


Why is c so powerful?

684






What is the use of typedef in structure in c?

544


Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?

628


Explain can you assign a different address to an array tag?

647


What is the use of function in c?

711


How can you increase the size of a statically allocated array?

612


What are the usage of pointer in c?

703


What is adt in c programming?

610


What is void c?

566


Describe the difference between = and == symbols in c programming?

777


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 []);

1848