AMMONG THE 4 STROAGE CLASSES IN C, WHICH ONE FASTEST?
Answer Posted / rahul
register
becoz accessing value from register is more faster than
memory becoz it is in CPU.
if register is free otherwise it would become a local var.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Does c have an equivalent to pascals with statement?
Why is python slower than c?
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
What is the use of #include in c?
What is main () in c?
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
Write a program to use switch statement.
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
Which type of language is c?
which is an algorithm for sorting in a growing Lexicographic order
Is it possible to have a function as a parameter in another function?
What is the difference between a free-standing and a hosted environment?
Why we use break in c?
Why we not create function inside function.
Do array subscripts always start with zero?