what will be the output:
main(){char ch;int a=10;printf("%d",ch);}

Answer Posted / sulagna samapika

what will be the output of printf("%d")
ans-
the outpot is 0

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain can you assign a different address to an array tag?

744


a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if

787


Explain how can I remove the trailing spaces from a string?

709


What is advantage of pointer in c?

801


Why is c known as a mother language?

854






Which function in C can be used to append a string to another string?

744


Explain high-order bytes.

781


What does sizeof function do?

727


Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

736


Explain data types & how many data types supported by c?

676


What is cohesion in c?

648


Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?

3155


What is a #include preprocessor?

707


Where we use clrscr in c?

797


An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above

760