what will be the output:
main(){char ch;int a=10;printf("%d",ch);}
Answer Posted / thirupathi reddy
it doesn't give error
it depends up on compiler u use. but gives some value
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a newline escape sequence?
What is scanf_s in c?
What is a wrapper function in c?
What is the difference between formatted&unformatted i/o functions?
How can you draw circles in C?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
Is c easy to learn?
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
How is pointer initialized in c?
When should you not use a type cast?
Do you have any idea about the use of "auto" keyword?
What is the use of c language in real life?
write a program to copy the string using switch case?
Explain the difference between malloc() and calloc() in c?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.