what is diff between localstatic and globalstatis variable
possible 2 use in another file...?
Answer Posted / guest
localstatic belong to that only that function .
globalestatic belong 2whole file. not possible.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is the difference between void main and main in c?
Explain what is a program flowchart and explain how does it help in writing a program?
What are the c keywords?
Lists the benefits of c programming language?
What is unsigned int in c?
What is pointers in c?
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
Write a function that will take in a phone number and output all possible alphabetical combinations
Does c have enums?
What is the 'named constructor idiom'?
What are the types of bitwise operator?
How can you invoke another program from within a C program?
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above