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
Explain can you assign a different address to an array tag?
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
Explain how can I remove the trailing spaces from a string?
What is advantage of pointer in c?
Why is c known as a mother language?
Which function in C can be used to append a string to another string?
Explain high-order bytes.
What does sizeof function do?
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
Explain data types & how many data types supported by c?
What is cohesion in c?
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
What is a #include preprocessor?
Where we use clrscr in c?
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