Answer Posted / vignesh1988i
QUARK test?hello1
first it prints the inner most printf statement and then and the comes to the second printf and returns the number of characters inside the " ". but this wat i think, may be wrong too
thank u.
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is a header file?
What is the advantage of an array over individual variables?
What are lookup tables in c?
Compare array data type to pointer data type
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
Who is the main contributor in designing the c language after dennis ritchie?
What are all different types of pointers in c?
How a string is stored in c?
What is openmp in c?
pierrot's divisor program using c or c++ code
how is the examination pattern?
praagnovation
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
Is there a way to compare two structure variables?
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.