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
What is void pointers in c?
What is the difference between Printf(..) and sprint(...) ?
Is return a keyword in c?
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
What are conditional operators in C?
how we can make 3d venturing graphics on outer interface
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
What is far pointer in c?
Write a simple code fragment that will check if a number is positive or negative.
Is c still used?
What are runtime error?
What are shell structures used for?
Why is C language being considered a middle level language?
Define Spanning-Tree Protocol (STP)
Why is a semicolon (;) put at the end of every program statement?