C Language - Storage Classes

You Are Here :: Home > C Language > Storage Classes- General Questions

 
31.

Property of external variable to be accessed by any source file is called by C90 standard as

A. external linkage B. external scope
C. global scope D. global linkage




32.

When compiler accepts the request to use the variable as a register?

A. It is stored in CPU B. It is stored in cache memory
C. It is stored in main memory D. It is stored in secondary memory




33.

Which among the following is the correct syntax to declare a static variable register?

A. static register a; B. register static a;
C. Both (a) and (b) D. We cannot use static and register together.




34.

Which of the following storage class supports char data type?

A. register B. static
C. auto D. All of the mentioned




35.

Automatic variables are initialised to

A. Zero B. Junk value
C. Nothing D. Both a & b




36.

Automatic variables are allocated memory in

A. heap B. Data segment
C. Code segment D. stack




« previous

1

2

3

4

5

6

7

8

9

...

next »

 
 
 



© 2013 freshersindia.in ® | Copyrights | Terms & Conditions
   Designed by Freshers India
Catch Us on