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

Answer Posted / srsabariselvan3

hia

Is This Answer Correct ?    9 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is reason of your company position's in india no. 1.

1776


What are the types of data structures in c?

600


Synonymous with pointer array a) character array b) ragged array c) multiple array d) none

615


What is the use of c language in real life?

530


What are the different categories of functions in c?

643






What is the purpose of the preprocessor directive error?

682


How is null defined in c?

652


Can variables be declared anywhere in c?

623


How can I invoke another program or command and trap its output?

617


Differentiate between declaring a variable and defining a variable?

607


Write the syntax and purpose of a switch statement in C.

628


How can I read in an object file and jump to locations in it?

579


Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?

655


How will you find a duplicate number in a array without negating the nos ?

1647


Why is it usually a bad idea to use gets()? Suggest a workaround.

905