what will be the output:
main(){char ch;int a=10;printf("%d",ch);}
Answer Posted / ranjani
it will give a warning " that a is assigned a value that is
never used"......
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What do you mean by scope of a variable in c?
What is a macro?
Do pointers store the address of value or the actual value of a variable?
Why is c so important?
What is meant by type specifiers?
If fflush wont work, what can I use to flush input?
What is the difference between pure virtual function and virtual function?
Differentiate between full, complete & perfect binary trees.
What is modeling?
Which control loop is recommended if you have to execute set of statements for fixed number of times?
What is the function of multilevel pointer in c?
What are types of preprocessor in c?
Explain what header files do I need in order to define the standard library functions I use?
Is c is a low level language?
The difference between printf and fprintf is ?