CGI Interview Question

how many storage classes present in c language

Interview Answer

Anonymous

Jan 10, 2016

there are 4 1 auto 2 register 3 extern 4 static

1