what will be the output for the following program?
main()
{
char ch = 'k';
char c;
printf("%c",c);
}
Answer Posted / hussain reddy
garbage value
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What tq means in chat?
What is the hardest programming language?
Write a program to swap two numbers without using third variable in c?
Linked lists -- can you tell me how to check whether a linked list is circular?
What are the restrictions of a modulus operator?
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
Explain what is gets() function?
Write the test cases for checking a variable having value in range -10.0 to +10.0?
What are the 3 types of structures?
formula to convert 2500mmh2o into m3/hr
Can we assign string to char pointer?
How do I create a directory? How do I remove a directory (and its contents)?
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
What is a spanning Tree?
What is the return type of sizeof?