Tell me what is the purpose of 'register' keyword in c language?
Answer / Rehan Ahmad
The register keyword in C asks the compiler to allocate the specified variable in a register instead of RAM. This can improve performance by reducing access time for small variables, but not all variables can be stored in registers due to limited space.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference b/w Structure & Array?
what is const volatile?
What is the difference between strcpy() and memcpy() function in c programming?
Can we access array using pointer in c language?
Where local variables are stored in c?
Hai what is the different types of versions and their differences
#include <stdio.h> void main() { int i=-1,j=1,k,l; k=!i&&j; l=!i||j; printf ("%d%d",k,l) ; }
can we change the default calling convention in c if yes than how.........?
How pointer is different from array?
Write a program to compute the following 1!+2!+...n!
Can you please explain the difference between syntax vs logical error?
which is the best antivirus and how to update it