Answer Posted / anusha
an array is a continous memory of same data type.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Why does everyone say not to use scanf? What should I use instead?
Can we change the value of constant variable in c?
What are the advantages of c language?
what is the role you expect in software industry?
What is echo in c programming?
What is string function c?
Is c weakly typed?
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 are header files why are they important?
4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.
Which function in C can be used to append a string to another string?
Compare interpreters and compilers.
Explain high-order bytes.
What is malloc() function?
What are the disadvantages of a shell structure?