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
What is cohesion and coupling in c?
What does the format %10.2 mean when included in a printf statement?
When should a far pointer be used?
p*=(++q)++*--p when p=q=1 while(q<=6)
How can I list all of the predefined identifiers?
What are the standard predefined macros?
`write a program to display the recomended action depends on a color of trafic light using nested if statments
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
What is a pointer and how it is initialized?
Explain the properties of union.
Is void a keyword in c?
What is adt in c programming?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
Which are low level languages?