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
Explain why C language is procedural?
Can you explain the four storage classes in C?
writ a program to compare using strcmp VIVA and viva with its output.
What is double pointer?
Why doesn't C support function overloading?
Give basis knowledge of web designing ...
What is typedef struct in c?
Are pointers really faster than arrays?
What is the maximum length of an identifier?
.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
Is array a primitive data type in c?
a program that can input number of records and can view it again the record
What is modeling?