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
i got 75% in all semester am i eligible for your company
Differentiate between new and malloc(), delete and free() ?
What is a #include preprocessor?
How can I read a binary data file properly?
What is function prototype in c with example?
what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9
What is pointer to pointer in c?
Can the sizeof operator be used to tell the size of an array passed to a function?
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)
Write the syntax and purpose of a switch statement in C.
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
What is array of structure in c programming?
What is the function of this pointer?
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......