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
Explain indirection?
What is #include stdio h and #include conio h?
What are structure members?
Explain how are 16- and 32-bit numbers stored?
Why static variable is used in c?
Explain zero based addressing.
Is javascript based on c?
What is keyword in c?
Explain how can I convert a number to a string?
What are multibyte characters?
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
Why is #define used?
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.