main()
{
printf("hello%d",print("QUARK test?"));
}

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


Please Help Members By Posting Answers For Below Questions

What is a header file?

824


What is the advantage of an array over individual variables?

965


What are lookup tables in c?

747


Compare array data type to pointer data type

801


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

1552


Who is the main contributor in designing the c language after dennis ritchie?

758


What are all different types of pointers in c?

763


How a string is stored in c?

792


What is openmp in c?

773


pierrot's divisor program using c or c++ code

1953


how is the examination pattern?

1783


praagnovation

2006


Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10

15428


Is there a way to compare two structure variables?

829


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.

2002