what will be the output:
main(){char ch;int a=10;printf("%d",ch);}
Answer Posted / p.thriveni
it will giv the warning as 'a' is assigned a avalue that
is never be used.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why functions are used in c?
Can the size of an array be declared at runtime?
What are the string functions? List some string functions available in c.
What is the meaning of 2d in c?
Can we declare a function inside a function in c?
What is an array? What the different types of arrays in c?
What is table lookup in c?
Why c is called object oriented language?
What are external variables in c?
What is const and volatile in c?
What does & mean in scanf?
Give me the code of in-order recursive and non-recursive.
What does typedef struct mean?
Explain how can I write functions that take a variable number of arguments?
What are the advantages of using linked list for tree construction?