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

Answer Posted / mytri

hello11QUARK test?

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How is a macro different from a function?

657


Give me the code of in-order recursive and non-recursive.

887


What are register variables in c?

575


Are pointers really faster than arrays?

566


How many types of sorting are there in c?

614






Explain what is the difference between far and near ?

653


Can a pointer be static?

625


What are structure members?

600


What is anagram in c?

521


What is #line used for?

583


Explain the difference between structs and unions in c?

577


How do I copy files?

623


What are the advantages of external class?

597


What are reserved words?

657


Explain how does flowchart help in writing a program?

634