what will be printed by this printf?
printf("%c",printf("hi")["sharkselva"]));
}

Answer Posted / ramesh choudhury

hia

Is This Answer Correct ?    9 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is operator precedence?

641


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. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures

2737


What is boolean in c?

603


Describe newline escape sequence with a sample program?

651


What are the header files used in c language?

583






what is the difference between class and unio?

1854


What is the purpose of main( ) in c language?

615


What is table lookup in c?

624


what are the 10 different models of writing an addition program in C language?

1434


What is a example of a variable?

551


Can include files be nested?

624


What is wrong with this initialization?

585


Compare array data type to pointer data type

596


What is oops c?

602


What is the equivalent code of the following statement in WHILE LOOP format?

763