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
write a program to print data of 5 five students with structures?
main() { printf("hello"); fork(); }
How main function is called in c?
What does p mean in physics?
Does c have an equivalent to pascals with statement?
Is fortran faster than c?
When would you use a pointer to a function?
Can we change the value of static variable in c?
Write a program to reverse a string.
find out largest elemant of diagonalmatrix
What is equivalent to ++i+++j?
What is use of bit field?
Which header file is essential for using strcmp function?
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
Explain can static variables be declared in a header file?