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

Define circular linked list.

578


What is the difference between c and python?

591


What is the purpose of 'register' keyword in c language?

636


An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above

653


What is #include conio h?

602






How can I change their mode to binary?

706


How do you list a file’s date and time?

640


How can I do peek and poke in c?

628


show how link list can be used to repersent the following polynomial i) 5x+2

1688


What is the value of h?

600


4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.

1732


Why do some versions of toupper act strangely if given an upper-case letter?

641


What are the two forms of #include directive?

650


What is static identifier?

711


Write a program to swap two numbers without using the third variable?

604