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

Explain the red-black trees?

610


What is use of null pointer in c?

572


How will you print TATA alone from TATA POWER using string copy and concate commands in C?

921


What is difference between function overloading and operator overloading?

661


#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }

784






Explain can the sizeof operator be used to tell the size of an array passed to a function?

598


What is New modifiers?

672


What is nested structure with example?

625


Explain union. What are its advantages?

620


Why doesnt that code work?

603


Why string is used in c?

583


Who is the founder of c language?

687


What are the standard predefined macros?

634


When is a void pointer used?

679


How can you access memory located at a certain address?

668