Answer Posted / guest
Mar-java and Mit-java
| Is This Answer Correct ? | 3 Yes | 7 No |
Post New Answer View All Answers
What are c preprocessors?
Explain why can’t constant values be used to define an array’s initial size?
What are the disadvantages of external storage class?
What is structure and union in c?
How the c program is executed?
What is the difference between declaring a variable and defining a variable?
Are the expressions * ptr ++ and ++ * ptr same?
Can you please explain the difference between malloc() and calloc() function?
Do string constants represent numerical values?
How can you avoid including a header more than once?
FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.
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.
about c language
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
What are c identifiers?