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

Explain what are multidimensional arrays?

605


What is volatile variable in c?

659


Is there any data type in c with variable size?

633


I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...

9658


Explain high-order bytes.

677






Is it possible to have a function as a parameter in another function?

600


What are examples of structures?

597


What is array within structure?

588


Why enum is used in c?

525


we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above

638


Give the rules for variable declaration?

678


What is difference between structure and union in c?

549


Explain how can I manipulate strings of multibyte characters?

785


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

1889


What is the difference between far and near in c?

604