what will be the output:
main(){char ch;int a=10;printf("%d",ch);}
Answer Posted / paul
It'll give a warnin tat "a is never used...If u Continue
executing...it will the memory addres that is currently
used.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is %d called in c?
what do the 'c' and 'v' in argc and argv stand for?
Which is an example of a structural homology?
Can 'this' pointer by used in the constructor?
Write a program for finding factorial of a number.
Can you pass an entire structure to functions?
How can I use a preprocessorif expression to ?
What is the significance of c program algorithms?
What is the difference between variable declaration and variable definition in c?
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
What is function prototype in c language?
what are # pragma staments?
Dont ansi function prototypes render lint obsolete?
What are the types of bitwise operator?
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?