what will be the output:
main(){char ch;int a=10;printf("%d",ch);}
Answer Posted / reddy
ans ch=0
if we print a it wil be 10
| Is This Answer Correct ? | 2 Yes | 11 No |
Post New Answer View All Answers
What is getch () for?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?
Explain what is wrong in this statement?
Explain the bubble sort algorithm.
Do pointers need to be initialized?
Can i use “int” data type to store the value 32768? Why?
What does the error 'Null Pointer Assignment' mean and what causes this error?
regarding pointers concept
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
What is zero based addressing?
What are qualifiers and modifiers c?
The difference between printf and fprintf is ?
Is c still used?
What is static and volatile in c?
What is volatile c?