AMMONG THE 4 STROAGE CLASSES IN C, WHICH ONE FASTEST?
Answer Posted / jaya prakash
Register.
Since the register variable is stored in CPU.
Easy to retrive and modify it.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What does typeof return in c?
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
What's the total generic pointer type?
What Is The Difference Between Null And Void Pointer?
What are all different types of pointers in c?
Which is an example of a structural homology?
how to construct a simulator keeping the logical boolean gates in c
What is output redirection?
What is a nested formula?
What is the difference between array and structure in c?
What is the difference between constant pointer and constant variable?
Combinations of fibanocci prime series
What are valid signatures for the Main function?
What are the back slash character constants or escape sequence charactersavailable in c?
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?