AMMONG THE 4 STROAGE CLASSES IN C, WHICH ONE FASTEST?
Answer Posted / guest
Register storage Class
| Is This Answer Correct ? | 24 Yes | 0 No |
Post New Answer View All Answers
I need previous papers of CSC.......plz help out by posting them.......
What does 1f stand for?
FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.
Not all reserved words are written in lowercase. TRUE or FALSE?
what is the function of pragma directive in c?
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
Is there any data type in c with variable size?
Which one would you prefer - a macro or a function?
How many keywords (reserve words) are in c?
What is I ++ in c programming?
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
Place the #include statement must be written in the program?
What are the different data types in C?
What is #define in c?