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
Explain that why C is procedural?
Explain continue keyword in c
What are inbuilt functions in c?
Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.
What are c header files?
What are the applications of c language?
In C programming, how do you insert quote characters (‘ and “) into the output screen?
what are # pragma staments?
Write a program to know whether the input number is an armstrong number.
What are the types of type qualifiers in c?
how do you execute a c program in unix.
What is a header file?
in iso what are the common technological language?
Is calloc better than malloc?
What is this pointer in c plus plus?