main()
{
printf("hello%d",print("QUARK test?"));
}
Answers were Sorted based on User's Feedback
Answer / 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 |
how to find out the union of two character arrays?
What is a Deque?
c program to manipulate x=1+3+5+...+n using recursion
how to do in place reversal of a linked list(singly or doubly)?
What is the difference between GETS();AND SCANF();
write a program that accepts 3 numbers from the user. dispaly the values in a descending order.
write a program to find lcm and hcf of two numbers??
How can I write a function analogous to scanf?
What is c system32 taskhostw exe?
What is the OOPs concept?
Is there a way to jump out of a function or functions?
hello friends what do u mean by BUS ERROR i got this error while i am doing my program in DATA STRUCTURES