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
How do I send escape sequences to control a terminal or other device?
What does %d do in c?
What is the difference between arrays and pointers?
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
Write the syntax and purpose of a switch statement in C.
What is the difference between functions abs() and fabs()?
When should the const modifier be used?
What is a class c rental property?
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
What are keywords in c with examples?
Can a pointer be volatile in c?
What is strcpy() function?
What is the acronym for ansi?
What is #line used for?
Can two or more operators such as and be combined in a single line of program code?