Answer Posted / <<123>>
data structure is a way of storing data in a computer so
that it can be used efficiently.
| Is This Answer Correct ? | 23 Yes | 1 No |
Post New Answer View All Answers
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
Is a house a mass structure?
Give basis knowledge of web designing ...
What does %p mean c?
Explain what is the difference between a string and an array?
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 does dm mean sexually?
What are disadvantages of C language.
What is the symbol indicated the c-preprocessor?
Can the “if” function be used in comparing strings?
find the output? void r(int a[],int c, int n) { if(c>n) { a[c]=a[c]+c; r(a,++c,n); r(a,++c,n); } } int main() { int i,a[5]={0}; r(a,0,5); for(i=0;i<5;i++) printf("\n %d",a[i]); getch(); }
What is masking?
What is the difference between array and pointer?
what is bit rate & baud rate? plz give wave forms
What is getch?