Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Answers were Sorted based on User's Feedback



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

Answer / mytri

hello11QUARK test?

Is This Answer Correct ?    3 Yes 1 No

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

Answer / vanitha

QUARK test? hello 11

Is This Answer Correct ?    1 Yes 1 No

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

Answer / vignesh1988i

QUARK test?hello1

first it prints the inner most printf statement and then and the comes to the second printf and returns the number of characters inside the " ". but this wat i think, may be wrong too




thank u.

Is This Answer Correct ?    1 Yes 1 No

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

Answer / rahul shrivastava

helloQUARK test?1

Is This Answer Correct ?    0 Yes 0 No

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

Answer / vinay

QUARK TEST

hello 10

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More C Interview Questions

what is a NULL Pointer? Whether it is same as an uninitialized pointer?

0 Answers   TISL,


Write a program to show the change in position of a cursor using c

0 Answers  


Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result

0 Answers  


what is diffrence between string and character array?

1 Answers  


which will return integer? a) int*s ( ) b) ( int* ) s( ) c) int ( *s ) ( )

1 Answers   C DAC,


Explain why C language is procedural?

0 Answers   GE,


How do you sort filenames in a directory?

0 Answers  


Difference between strcpy() and memcpy() function?

0 Answers  


how do you redirect stdout value from a program to a file?

1 Answers  


State two uses of pointers in C?

0 Answers   Aspire, Infogain,


main() { int i=400,j=300; printf("%d..%d"); }

13 Answers   ME,


What are the advantages of using linked list for tree construction?

0 Answers  


Categories