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

Do you know the difference between malloc() and calloc() function?

0 Answers  


WHAT IS INT?

8 Answers   Accenture,


main() { printf(5+"good morning"); printf("%c","abcdefgh"[4]); }the o/p is morning and e...how someone explain

1 Answers  


4.weight conversion: Write a program that will read weight in pounds and convert it into grams.print both the original weight and the converted value.There are 454 grams in a pound.design and carry out a test plan for this program.

1 Answers   Wipro,


why Language C is plateform dependent

3 Answers   Siemens, Wipro,


1)which of following operator can't be overloaded. a)== b)++ c)?! d)<=

16 Answers   CybOrg, Siemens,


Discuss similarities and differences of Multiprogramming OS and multiprocessing OS?

4 Answers   TCS,


what are far pointers?

1 Answers  


In the following code segment what will be the result of the function, value of x , value of y { unsigned int x=-1; int y; y = ~0; if(x == y) printf("same"); else printf("not same"); } a) same, MAXINT, -1 b) not same, MAXINT, -MAXINT c) same , MAXUNIT, -1 d) same, MAXUNIT, MAXUNIT e) not same, MAXINT, MAXUNIT

1 Answers   IBM,


What are the characteristics of arrays in c?

0 Answers  


. A database table called PERSON contains the fields NAME, BASIC and HRA. Write a computer program to print a report which employee name and total salary for those employees whose total salary is more than 10,000. Total Salary = BASIC + HRA. At the end, the program should also print the total number of employees whose total salary is more than 10,000.

1 Answers  


How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?

0 Answers  


Categories