what will be the output:
main(){char ch;int a=10;printf("%d",ch);}
Answer Posted / vignesh1988i
garbage ascii value corresponding to the characterr present
in the memory location ch;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is stack a keyword in c?
Is it acceptable to declare/define a variable in a c header?
What is derived datatype in c?
How do you declare a variable that will hold string values?
how is the examination pattern?
What is ambagious result in C? explain with an example.
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
How can I manipulate strings of multibyte characters?
Explain what are the different file extensions involved when programming in c?
how do you execute a c program in unix.
How to implement a packet in C
How can you find out how much memory is available?
Are negative numbers true in c?
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
Write a program to check whether a number is prime or not using c?