what will be the output:
main(){char ch;int a=10;printf("%d",ch);}
Answer Posted / uma
error. you cant get the answer
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the newline escape sequence?
How can I convert a number to a string?
How can you pass an array to a function by value?
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix
What is call by reference in functions?
What is the acronym for ansi?
What are the rules for the identifier?
What is the size of a union variable?
Can we access the array using a pointer in c language?
What is the condition that is applied with ?: Operator?
code for find determinent of amatrix
Which is better between malloc and calloc?
What is variable and explain rules to declare variable in c?
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?