what will be the output:
main(){char ch;int a=10;printf("%d",ch);}
Answer Posted / kanmani
I think this program produce some garbage value.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Do you have any idea how to compare array with pointer in c?
Explain how are portions of a program disabled in demo versions?
What is bubble sort technique in c?
Explain how can I pad a string to a known length?
Can we declare function inside main?
I have a varargs function which accepts a float parameter?
How are Structure passing and returning implemented by the complier?
Explain the difference between the local variable and global variable in c?
What are identifiers in c?
How to get string length of given string in c?
Tell us bitwise shift operators?
Ow can I insert or delete a line (or record) in the middle of a file?
What is static memory allocation?
What are the string functions? List some string functions available in c.
What is a pointer on a pointer in c programming language?