How the processor registers can be used in C ?

Answer Posted / muthukumar

using the keyword register.

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between NULL and NUL?

721


What is the use of a semicolon (;) at the end of every program statement?

764


By using C language input a date into it and if it is right?

565


Can the “if” function be used in comparing strings?

584


What does #pragma once mean?

682






What is the stack in c?

714


Can you explain what keyboard debouncing is, and where and why we us it? please give some examples

1648


explain what are pointers?

615


What are the basic data types associated with c?

811


Are the outer parentheses in return statements really optional?

570


Write a code to remove duplicates in a string.

623


any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above

628


Write a C program that will accept a hexadecimal number as input and then display a menu that will permit any of the following operations to be carried out: Display the hexadecimal equivalent of the one's complement. (b) Carry out a masking operation and then display the hexadecimal equivalent of the result. (c) Carry out a bit shifting operation and then display the hexadecimal equivalent of the result. (d) Exit. If the masking operation is selected, prompt the user lor the type of operation (bitwise and, bitwise exclusive or, or bitwise or) and then a (hexadecimal) value for the mask. If the bit shifting operation is selected. prompt the user for the type of shift (left or right), and then the number of bits. Test the program with several different (hexadecimal) input values of your own choice.

4835


What the advantages of using Unions?

667


How can I split up a string into whitespace-separated fields?

562