How the processor registers can be used in C ?

Answer Posted / om prakash mishra

in C,processor registers can be used by keyword
register...however,this keyword is a request not a command
to compiler to make use of processor register.snce the
processor register are very limited therefore a compiler
can skip the register keyword.

Is This Answer Correct ?    10 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the types of data types and explain?

675


How can I use a preprocessorif expression to ?

607


Why & is used in c?

725


When should I declare a function?

631


What does the error 'Null Pointer Assignment' mean and what causes this error?

749






How many parameters should a function have?

670


What are the advantage of c language?

556


I have a varargs function which accepts a float parameter?

583


Explain heap and queue.

591


Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays

1897


What is getch() function?

658


A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.

1256


What is volatile c?

529


Explain 'far' and 'near' pointers in c.

712


write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...

1495