what will be the output for the following program?
main()
{
char ch = 'k';
char c;
printf("%c",c);
}
Answer Posted / akansha
there vl b no result.......
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is 2 d array in c?
What are local static variables? How can you use them?
When should a type cast not be used?
What is wrong with this initialization?
What are pointers? What are different types of pointers?
Is main is a keyword in c?
What is the basic structure of c?
all c language question
What is ## preprocessor operator in c?
What does c mean before a date?
if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.
application attempts to perform an operation?
What is new line escape sequence?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
Difference between pass by reference and pass by value?