What are static variables, and where are they stored?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
Static variables retain their value across multiple function calls. They are stored in the data segment of memory.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
Static variables retain their value across multiple function calls. They are stored in the data segment of memory.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are function pointers? Provide an example.
Hi, main() { } Is a user defined function or Built in Functionn
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
how can i get the output 54321 4321 321 21 1 in c programming........???? pls help......
Explain the Difference between the New and Malloc keyword.
i got 75% in all semester am i eligible for your company
What is the g value paradox?
difference between the array and linked list general difference related to memory
Explain how do you generate random numbers in c?
what is c programming?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL
how to count no of words,characters,lines in a paragraph.