what will be the output:
main(){char ch;int a=10;printf("%d",ch);}
Answers were Sorted based on User's Feedback
Answer / ranjani
it will give a warning " that a is assigned a value that is
never used"......
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / a.dinesh kumar
error will be occur because a is not in use in output
statement
| Is This Answer Correct ? | 2 Yes | 6 No |
What are static functions?
What is substring in c?
Why is c still so popular?
what is the difference between procedure oriented and object oriented progaming language
What is a constant and types of constants in c?
What does the && operator do in a program code?
Implement bit Array in C.
What is difference between union and structure in c?
Write a program that his output 1 12 123
What is header file in c?
What is the difference between big endian form and little endian form? write a code to convert big endian form to little endian and vice versa..
Is stack a keyword in c?