what will be the output:
main(){char ch;int a=10;printf("%d",ch);}
Answer Posted / sabari
error
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Can we declare a function inside a function in c?
What are header files why are they important?
Wt are the Buses in C Language
Can we change the value of #define in c?
What is character set?
Can you return null in c?
How can you return multiple values from a function?
What are types of preprocessor in c?
What is getch() function?
What is linear search?
Explain b+ tree?
What are different types of pointers?
Without Computer networks, Computers will be half the use. Comment.
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
What is a structure and why it is used?