what is the difference between global variable & static
variable declared out side all the function in the file.
Answer Posted / ashwinishaligram308
global variableis allocated on heap and static variables on
stack
| Is This Answer Correct ? | 2 Yes | 11 No |
Post New Answer View All Answers
Explain the difference between exit() and _exit() function?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
Who is the founder of c language?
What is define directive?
What are extern variables in c?
How can I access an I o board directly?
What is the purpose of ftell?
develop algorithms to add polynomials (i) in one variable
Differentiate between full, complete & perfect binary trees.
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
What is graph in c?
What is a macro in c preprocessor?
Explain what happens if you free a pointer twice?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?
What is the use of parallelize in spark?