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

Answer Posted / vinay

QUARK TEST

hello 10

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Do string constants represent numerical values?

925


Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58

1122


Is c weakly typed?

580


What is getch?

633


What is a wrapper function in c?

591






What do you mean by recursion in c?

629


What are the advantages of c language?

667


in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above

635


What is function in c with example?

631


What is putchar() function?

638


What is getch c?

858


Why is it usually a bad idea to use gets()? Suggest a workaround.

908


What does c in a circle mean?

584


What is New modifiers?

672


What is the auto keyword good for?

630