what will be the output:
main(){char ch;int a=10;printf("%d",ch);}
Answer Posted / reddy
ans ch=0
if we print a it wil be 10
| Is This Answer Correct ? | 2 Yes | 11 No |
Post New Answer View All Answers
Why should I prototype a function?
What is the difference between procedural and declarative language?
How many levels of pointers have?
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
What are the 5 organizational structures?
How can you restore a redirected standard stream?
What is the purpose of ftell?
What is a keyword?
What are different types of pointers?
Write a Program to find whether the given number or string is palindrome.
What does %p mean?
What is header file in c?
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
What are the 5 types of inheritance in c ++?
What is the difference between int main and void main?