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 the use of volatile?
Is there a way to switch on strings?
What is getch () for?
How a string is stored in c?
What is a substring in c?
Explain pointers in c programming?
Explain what is #line used for?
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
What is volatile variable in c with example?
What is an array in c?
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
What is a shell structure examples?
Explain low-order bytes.
a value that does not change during program execution a) variabe b) argument c) parameter d) none
What is a structure member in c?