Answer Posted / kiran
As the no. of registers in a CPU are limited,we cannot declare many variables as register
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the use of volatile?
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
how to construct a simulator keeping the logical boolean gates in c
Can we access the array using a pointer in c language?
What is the difference between array and pointer?
What is the advantage of using #define to declare a constant?
How can you be sure that a program follows the ANSI C standard?
What are variables c?
How can I sort a linked list?
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1
Differentiate abs() function from fabs() function.
What are derived data types in c?
What are the properties of union in c?
Is it possible to have a function as a parameter in another function?
What are the basic data types associated with c?