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

Explain how can I convert a string to a number?

636


What is spaghetti programming?

664


What are high level languages like C and FORTRAN also known as?

674


c program for searching a student details among 10 student details

1646


#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }

706






What is sizeof int in c?

594


Hi can anyone tell what is a start up code?

1607


Define the scope of static variables.

596


What is the use of pointers in C?

610


What is wild pointer in c?

596


How can I read and write comma-delimited text?

614


Is there any possibility to create customized header file with c programming language?

615


Explain how do you sort filenames in a directory?

598


1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures

2734


What are the keywords in c?

638