Answer Posted / venkata mahesh
at the level of the language as a storage class persistence
is defined on ... A program written in C is passed through
a precompilation phase in which the statements related to
persistence are converted into their corresponding storage
system calls.
| Is This Answer Correct ? | 8 Yes | 16 No |
Post New Answer View All Answers
What is the stack in c?
Do pointers store the address of value or the actual value of a variable?
How do you define a string?
What is the difference between text and binary modes?
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
What should malloc() do?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
If I have a char * variable pointing to the name of a function ..
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
How can I copy just a portion of a string?
Is main a keyword in c?
Are pointers really faster than arrays?
What is main return c?
Are there constructors in c?
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix