what will be the output:
main(){char ch;int a=10;printf("%d",ch);}
Answer Posted / anu
I think it will not give any error and it will print some
garbage value.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Explain what is meant by high-order and low-order bytes?
What is function in c with example?
i got 75% in all semester am i eligible for your company
What do the functions atoi(), itoa() and gcvt() do?
What is the difference between struct and union in C?
What is console in c language?
Is fortran still used today?
What are the general description for loop statement and available loop types in c?
What is else if ladder?
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
How many bytes are occupied by near, far and huge pointers (dos)?
how many key words availabel in c a) 28 b) 31 c) 32
Define and explain about ! Operator?
What is the -> in c?
How to implement a packet in C