printf("%d",(printf("Hello")); What it returns?

Answer Posted / pavithra

error will occur because within a printf statement another
printf statement is present

Is This Answer Correct ?    3 Yes 15 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?

1900


Can we access the array using a pointer in c language?

551


What is getch c?

841


What is "Duff's Device"?

691


In a header file whether functions are declared or defined?

617






Explain what is page thrashing?

597


Describe wild pointers in c?

623


A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers

636


Which one would you prefer - a macro or a function?

588


Explain the difference between strcpy() and memcpy() function?

580


What is the difference between strcpy() and memcpy() function in c programming?

610


When should a type cast be used?

566


What is extern storage class in c?

502


What are the characteristics of arrays in c?

599


Write a program to print "hello world" without using a semicolon?

585