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

Answer Posted / rahul shrivastava

helloQUARK test?1

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

592


Is null always defined as 0(zero)?

604


What is scope and lifetime of a variable in c?

566


Explain argument and its types.

591


Explain how do you print an address?

652






Who is the main contributor in designing the c language after dennis ritchie?

541


What does the c preprocessor do?

611


What is the full form of getch?

573


how to count no of words,characters,lines in a paragraph.

3895


What does 3 mean in texting?

604


An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array

681


Why do we use stdio h and conio h?

625


What is the general form of function in c?

607


Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.

615


What is a program flowchart and how does it help in writing a program?

653