how to find the largest element of array without using relational operater?
Answer Posted / bkushwaha89
code and explation.
| Is This Answer Correct ? | 7 Yes | 14 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.
Is exit(status) truly equivalent to returning the same status from main?
What is %d used for?
Why do we use main function?
Why do we use null pointer?
When should the register modifier be used? Does it really help?
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
Why do we write return 0 in c?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
Explain how many levels deep can include files be nested?
Differentiate between functions getch() and getche().
if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.
What is the difference between ++a and a++?
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array