Software Engineering Interview Questions
Tuesday, June 20, 2006
What does the extern keyword do?
Extern tells the compiler that the variable is defined elsewhere in the program (ie; in another file) and prevents redefinition and allocating new storage for the variable.
posted by ahangar at
10:36 PM
0 Comments:
Post a Comment
<< Home
About Me
Name:
ahangar
View my complete profile
Previous Posts
Explain insertion and deletion on a linked list.
when should you pass by reference and by value?
Describe the different types of polymorphism
how does New differ from Malloc?
what is a namespace?
Describe the different types of casting available ...
what is volatile? what is mutable?
What are the main advantages of using a pointer?
What are storage class specifiers?
What is a Hash Table?
0 Comments:
Post a Comment
<< Home