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


Please Help Members By Posting Answers For Below Questions

What is NULL pointer?

678


What does typeof return in c?

640


hi send me sample aptitude papers of cts?

1655


Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58

1122


hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm

1634






What does emoji p mean?

606


What are the general description for loop statement and available loop types in c?

689


What does return 1 means in c?

589


What is a program flowchart and how does it help in writing a program?

666


Explain the concept and use of type void.

631


Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.

2653


What is the use of getchar() function?

631


Explain what are the advantages and disadvantages of a heap?

598


What is the maximum no. of arguments that can be given in a command line in C.?

673


GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA

1432