AMMONG THE 4 STROAGE CLASSES IN C, WHICH ONE FASTEST?
Post New Answer View All Answers
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
Is void a keyword in c?
Explain what is the most efficient way to store flag values?
What is a lvalue
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
write a program to find out prime number using sieve case?
Where static variables are stored in memory in c?
What is function prototype in c language?
Are local variables initialized to zero by default in c?
Write a program to print all permutations of a given string.
How macro execution is faster than function ?
How does normalization of huge pointer works?
What are different types of variables in c?
What are directives in c?
What are the Advantages of using macro