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 is data structure in c language?
What is 2 d array in c?
In a byte, what is the maximum decimal number that you can accommodate?
What is a void pointer? When is a void pointer used?
List the difference between a While & Do While loops?
How to get string length of given string in c?
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
Are there namespaces in c?
How many levels of pointers have?
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
How can you check to see whether a symbol is defined?
How do I round numbers?
What language is c written?
What is the most efficient way to count the number of bits which are set in an integer?
What are lookup tables in c?