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
What is the size of structure in c?
What is a sequential access file?
What is the purpose of 'register' keyword in c language?
how do you execute a c program in unix.
what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555
write a program to rearrange the array such way that all even elements should come first and next come odd
Describe how arrays can be passed to a user defined function
What happens if a header file is included twice?
What are types of preprocessor in c?
What is ## preprocessor operator in c?
How can I rethow can I return a sequence of random numbers which dont repeat at all?
What is the use of bit field?
Can an array be an Ivalue?
Write a program for finding factorial of a number.
What are the types of bitwise operator?