what will be the output:
main(){char ch;int a=10;printf("%d",ch);}
Answer Posted / manju
The answer is garbage value because ch is not initialised
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Which is the best website to learn c programming?
Lists the benefits of c programming language?
What is a dynamic array in c?
Describe the difference between = and == symbols in c programming?
What is the difference between array and structure in c?
Explain how do you list a file’s date and time?
Why clrscr is used after variable declaration?
What is the difference between exit() and _exit() function in c?
What is the purpose of the statement: strcat (S2, S1)?
How old is c programming language?
What does *p++ do? What does it point to?
What is the modulus operator?
Explain how can a program be made to print the name of a source file where an error occurs?
What is putchar() function?
Explain the term printf() and scanf() used in c language?