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
What is the g value paradox?
What is scanf () in c?
How can you tell whether two strings are the same?
What is the difference between malloc calloc and realloc in c?
What is a wrapper function in c?
What is structure of c program?
What is void pointers in c?
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
Array is an lvalue or not?
How many keywords (reserve words) are in c?
What is NULL pointer?
Is it possible to execute code even after the program exits the main() function?
What is array in C
Can you subtract pointers from each other? Why would you?
Is null equal to 0 in sql?