char ch=10;printf("%d",ch);what is the output
Answer Posted / yash
my output is for
What is output of followingvoid main() [3]
{char ch;for(ch=0;ch<=127;ch)printf("%c %d \n", ch, ch);}
ans: 1024
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can static variables be declared in a header file?
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
When do we get logical errors?
What is memcpy() function?
What is size of union in c?
What is a example of a variable?
When would you use a pointer to a function?
What is the usage of the pointer in c?
Why is sizeof () an operator and not a function?
What is .obj file in c?
Why does everyone say not to use gets?
What is enumerated data type in c?
What is meant by preprocessor in c?
The __________ attribute is used to announce variables based on definitions of columns in a table?
explain what is a newline escape sequence?