what will be the output:
main(){char ch;int a=10;printf("%d",ch);}
Answer Posted / amala v
It'll give a warning tat "a is never used...If u Continue
executing...it will the memory address that is currently
used.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What do you understand by normalization of pointers?
a c code by using memory allocation for add ,multiply of sprase matrixes
What are global variables and how do you declare them?
Explain about C function prototype?
Describe the modifier in c?
State the difference between realloc and free.
Describe dynamic data structure in c programming language?
What is calloc in c?
How can I do serial ("comm") port I/O?
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
What does == mean in texting?
How to delete a node from linked list w/o using collectons?
What is property type c?
Are enumerations really portable?
Write a program on swapping (100, 50)