what will be the output:
main(){char ch;int a=10;printf("%d",ch);}
Answer Posted / raj
It Will print garbage value i.e.
-113
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Describe the steps to insert data into a singly linked list.
How do I determine whether a character is numeric, alphabetic, and so on?
What 'lex' does?
Write a program to know whether the input number is an armstrong number.
Explain how do you view the path?
What are the basic data types associated with c?
What is data structure in c language?
What does struct node * mean?
What are the types of type qualifiers in c?
Explain what is the difference between the expression '++a' and 'a++'?
When is a void pointer used?
Can stdout be forced to print somewhere other than the screen?
Is linux written in c?
What is function prototype?
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays