what will be the output:
main(){char ch;int a=10;printf("%d",ch);}
Answer Posted / sree
output is garbage value
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is it fine to write void main () or main () in c?
FILE PROGRAMMING
Explain logical errors? Compare with syntax errors.
What does c mean before a date?
What is a void * in c?
How do I copy files?
What is calloc() function?
What does %p mean c?
State the difference between realloc and free.
List some applications of c programming language?
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
Is javascript written in c?
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
Explain the priority queues?
What is the main difference between calloc () and malloc ()?