Answer Posted / william
I AGREE THE ASHA ANSWERS.....STATIC FUNCTION IS ONLY FOR
VISIBLE TO OTHER FUNCTION.....
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do you determine whether to use a stream function or a low-level function?
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
What is the equivalent code of the following statement in WHILE LOOP format?
Are bit fields portable?
What functions are used for dynamic memory allocation in c language?
Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.
What is difference between constant pointer and constant variable?
What is difference between main and void main?
What is the significance of scope resolution operator?
what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555
What is the explanation for the dangling pointer in c?
Why isn't any of this standardized in c? Any real program has to do some of these things.
how can use subset in c program and give more example
What is structure packing in c?
What are structural members?