what will be the output for the following program?
main()
{
char ch = 'k';
char c;
printf("%c",c);
}
Answers were Sorted based on User's Feedback
What is the difference between functions getch() and getche()?
What is the difference between union and structure in c?
what is the use of ‘auto’ keyword?
how to print this pyramid * * * * * * * * * * * * *
what about "char *(*(*a[])())();"
difference between c and c++
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
What do you mean by team??
write a program that will print %d in the output screen??
Is c procedural or object oriented?
1. main() { printf("%d",printf("HelloSoft")); } Output?
Write a program that can show the multiplication table.