AMMONG THE 4 STROAGE CLASSES IN C, WHICH ONE FASTEST?
Answer Posted / guest
Register storage Class
| Is This Answer Correct ? | 24 Yes | 0 No |
Post New Answer View All Answers
How can you determine the size of an allocated portion of memory?
What are the differences between new and malloc in C?
What are the features of 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.
number of times a digit is present in a number
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
What are predefined functions in c?
Explain union.
Is c compiled or interpreted?
What is a global variable in c?
Can main () be called recursively?
Explain how does free() know explain how much memory to release?
Is null always equal to 0(zero)?
Here is a good puzzle: how do you write a program which produces its own source code as output?
What is the difference between fread buffer() and fwrite buffer()?