what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / revathyumavanitha
justifycomputer architecture for virtual application
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
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.
Explain built-in function?
What is main function in c?
Why is extern used in c?
Explain the properties of union.
What's the total generic pointer type?
What is a macro?
Differentiate between the = symbol and == symbol?
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
What are disadvantages of C language.
Is it better to bitshift a value than to multiply by 2?
How can I read a binary data file properly?
What are the keywords in c?
How are portions of a program disabled in demo versions?