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
Explain what are reserved words?
Explain modulus operator. What are the restrictions of a modulus operator?
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
In a switch statement, what will happen if a break statement is omitted?
Explain what does the format %10.2 mean when included in a printf statement?
Write a program to reverse a string.
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
Explain is it better to bitshift a value than to multiply by 2?
what are the 10 different models of writing an addition program in C language?
Can a file other than a .h file be included with #include?
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
What is a spanning Tree?
What is a structure and why it is used?
What is the best way to comment out a section of code that contains comments?