what will be the output:
main(){char ch;int a=10;printf("%d",ch);}
Answer Posted / viji
it will give some garbage value.........
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the need of structure in c?
How do you define a string?
Is malloc memset faster than calloc?
What is a rvalue?
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
Explain what math functions are available for integers? For floating point?
Explain how do you list files in a directory?
Write a program with dynamically allocation of variable.
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
Write a program on swapping (100, 50)
Why header file is used in c?
Difference between exit() and _exit() function?
application attempts to perform an operation?
How do you print only part of a string?
how to find binary of number?