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

Are there constructors in c?

588


Explain high-order bytes.

670


Differentiate between a structure and a union.

756


What is omp_num_threads?

571


How to explain the final year project as a fresher please answer with sample project

462






Explain what is the difference between a free-standing and a hosted environment?

630


What is function in c with example?

621


Which header file is essential for using strcmp function?

930


What does the characters “r” and “w” mean when writing programs that will make use of files?

848


Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol

659


What is difference between function overloading and operator overloading?

651


Explain how do you determine the length of a string value that was stored in a variable?

664


what is the diffrenet bettwen HTTP and internet protocol

1383


Is null always equal to 0(zero)?

575


What is graph in c?

577