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

Answer Posted / vanitha

QUARK test? hello 11

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Describe the order of precedence with regards to operators in C.

633


Difference between goto, long jmp() and setjmp()?

711


What does calloc stand for?

652


i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none

648


Multiply an Integer Number by 2 Without Using Multiplication Operator

324






Is it better to bitshift a value than to multiply by 2?

661


A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles

650


Explain continue keyword in c

589


Write the Program to reverse a string using pointers.

619


Why should I use standard library functions instead of writing my own?

675


Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?

2174


How can I make it pause before closing the program output window?

582


Explain what is the stack?

637


Can we change the value of #define in c?

587


write a program to find out prime number using sieve case?

1643