what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / java
Jva
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
Explain what is the benefit of using an enum rather than a #define constant?
Why is C language being considered a middle level language?
Write a program to implement queue.
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
Is c procedural or object oriented?
What are the types of variables in c?
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 string concatenation in c?
What are type modifiers in c?
Explain built-in function?
What are the two forms of #include directive?
Explain what is the concatenation operator?
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
Explain high-order and low-order bytes.