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
Explain how are 16- and 32-bit numbers stored?
What is structure and union in c?
Add Two Numbers Without Using the Addition Operator
What is the best way to store flag values in a program?
Where we use clrscr in c?
Which header file is essential for using strcmp function?
What is variable initialization and why is it important?
What is difference between array and structure in c?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
What is the most efficient way to store flag values?
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
Write a program with dynamically allocation of variable.
How the c program is executed?
What is FIFO?
What is the general form of #line preprocessor?