what will be the output:
main(){char ch;int a=10;printf("%d",ch);}
Answer Posted / sabari
error
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is the correct declaration of main?
Explain how can you check to see whether a symbol is defined?
Can you return null in c?
What is nested structure in c?
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
Is c object oriented?
Explain how do you override a defined macro?
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
What’s a signal? Explain what do I use signals for?
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
What does void main () mean?
Is it acceptable to declare/define a variable in a c header?
What is indirection in c?
What is the difference between if else and switchstatement
What is a macro?