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


Please Help Members By Posting Answers For Below Questions

Why c is called procedure oriented language?

577


What does c value mean?

621


What are structure members?

592


Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon

1732


Compare array data type to pointer data type

596






Disadvantages of C language.

651


Is flag a keyword in c?

677


What is a macro, and explain how do you use it?

623


An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?

665


the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b

1903


Are the variables argc and argv are local to main?

785


What is the size of enum in bytes?

582


Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?

685


What is the use of typedef in structure in c?

538


What are the 3 types of structures?

568