AMMONG THE 4 STROAGE CLASSES IN C, WHICH ONE FASTEST?
Answer Posted / rohith
register storage class
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the general form of function in c?
What is c method?
Write a program of advanced Fibonacci series.
What is the difference between class and object in c?
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.
What is the use of a conditional inclusion statement in C?
Explain can you assign a different address to an array tag?
What is array of structure in c programming?
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
What is the size of enum in bytes?
What is structure packing in c?
What is the sizeof () a pointer?
What is modeling?
Why should I prototype a function?
Explain what is the benefit of using an enum rather than a #define constant?