AMMONG THE 4 STROAGE CLASSES IN C, WHICH ONE FASTEST?
Answer Posted / devvv
resister variables ofcource
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is the difference between union and structure in c?
What is the description for syntax errors?
How can I do graphics in c?
Why is C language being considered a middle level language?
Is main a keyword in c?
Can a program have two main functions?
Explain what’s a signal? Explain what do I use signals for?
What is calloc() function?
How can I send mail from within a c program?
Can you please explain the difference between exit() and _exit() function?
Is the exit() function same as the return statement? Explain.
Find MAXIMUM of three distinct integers using a single C statement
Why doesnt long int work?
Why is struct padding needed?
What is array in C