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 meant by realloc()?
What are the standard predefined macros?
Do you know the purpose of 'register' keyword?
how to find binary of number?
please explain every phase in the "SDLC" in the dotnet.
Why does this code crash?
How does placing some code lines between the comment symbol help in debugging the code?
What is pass by value in c?
Can the size of an array be declared at runtime?
What is stack in c?
How will you write a code for accessing the length of an array without assigning it to another variable?
How can you invoke another program from within a C program?
Is c still relevant?
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
When is the “void” keyword used in a function?