What are Storage Classes in C ?

Answer Posted / santhi

there are 4 types of storage classes.they are-
extern,auto,register,static.

Is This Answer Correct ?    441 Yes 50 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is an lvalue?

638


How do I use strcmp?

647


Write a code of a general series where the next element is the sum of last k terms.

598


What is the use of sizeof?

561


Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.

2658






Did c have any year 2000 problems?

662


Find duplicates in a file containing 6 digit number (like uid) in O (n) time.

2618


Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?

587


if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above

717


Is r written in c?

731


What should malloc(0) do?

619


which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above

1423


Explain what does it mean when a pointer is used in an if statement?

621


How can I do graphics in c?

601


Linked list is a Linear or non linear explain if linear how it working as a non linear data structures

1771