what will be the output:
main(){char ch;int a=10;printf("%d",ch);}
Answer Posted / balaji
warning! "a" is assigned a value that is never used
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to execute a program using if else condition and the output should enter number and the number is odd only...
Write a Program to find whether the given number or string is palindrome.
Why double pointer is used in c?
What are the 5 types of inheritance in c ++?
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
What is the size of empty structure in c?
Explain what are the advantages and disadvantages of a heap?
What is sizeof int?
explain what are pointers?
What is the benefit of using #define to declare a constant?
What is return type in c?
What does #pragma once mean?
Why does everyone say not to use gets?
What is an arrays?
What is volatile variable in c?