AMMONG THE 4 STROAGE CLASSES IN C, WHICH ONE FASTEST?
Answer Posted / shravan
REGISTER STORAGE CLASS
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
why return type of main is not necessary in linux
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
What are the 5 types of inheritance in c ++?
Explain how can a program be made to print the line number where an error occurs?
How many types of operator or there in c?
What oops means?
How do we open a binary file in Read/Write mode in C?
Why dont c comments nest?
What is array in c with example?
What is meant by int main ()?
What is ## preprocessor operator in c?
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
What are the types of functions in c?
In c language can we compile a program without main() function?
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)