what will be the output:
main(){char ch;int a=10;printf("%d",ch);}
Answer Posted / vignesh1988i
garbage ascii value corresponding to the characterr present
in the memory location ch;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
When is a void pointer used?
What is pass by reference in functions?
Stimulate calculator using Switch-case-default statement for two numbers
write a program to print data of 5 five students with structures?
Give basis knowledge of web designing ...
How can you invoke another program from within a C program?
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
how to count no of words,characters,lines in a paragraph.
What is the use of a conditional inclusion statement in C?
Why do we use c for the speed of light?
How can I generate floating-point random numbers?
How variables are declared in c?
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
What does the error 'Null Pointer Assignment' mean and what causes this error?
What are the scope of static variables?