what will be the output:
main(){char ch;int a=10;printf("%d",ch);}
Answer Posted / viji
it will give some garbage value.........
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Why isnt any of this standardized in c?
In c language can we compile a program without main() function?
What is the purpose of void pointer?
what are non standard function in c
When should structures be passed by values or by references?
Explain which function in c can be used to append a string to another string?
Why is this loop always executing once?
What is meant by int main ()?
Explain how do you print an address?
Are there namespaces in c?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
What is bin sh c?
How can you return multiple values from a function?
What is a constant?
Can you please compare array with pointer?