what will be the output:
main(){char ch;int a=10;printf("%d",ch);}
Answer Posted / a.dinesh kumar
error will be occur because a is not in use in output
statement
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
What is a function in c?
Explain how can I avoid the abort, retry, fail messages?
Why is c so important?
Explain how do you list a file’s date and time?
what is a function method?give example?
What is fflush() function?
What is ## preprocessor operator in c?
What is the use of header files?
Explain how do you search data in a data file using random access method?
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
Can math operations be performed on a void pointer?
What is the value of h?
Is it fine to write void main () or main () in c?
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
Why c is a procedural language?