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
What is the meaning of c in c language?
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
Can an array be an Ivalue?
what are the advantages of a macro over a function?
What is the translation phases used in c language?
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
What is header file definition?
Difference between malloc() and calloc() function?
Why do we use & in c?
What is the easiest sorting method to use?
What is meant by initialization and how we initialize a variable?
what is reason of your company position's in india no. 1.
What is substring in c?
How can I find the modification date and time of a file?
Describe the order of precedence with regards to operators in C.