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
C language questions for civil engineering
How #define works?
Explain why can’t constant values be used to define an array’s initial size?
What type of function is main ()?
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
Explain how can I write functions that take a variable number of arguments?
What is the meaning of ?
Explain the meaning of keyword 'extern' in a function declaration.
What is difference between main and void main?
What is the difference between NULL and NUL?
How do you define a string?
Explain the use of bit fieild.
Why does not c have an exponentiation operator?
Describe explain how arrays can be passed to a user defined function
What is the use of linkage in c language?