char ch=10;printf("%d",ch);what is the output

Answer Posted / rani

output is

10

Is This Answer Correct ?    10 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Where local variables are stored in c?

550


write a c program in such a way that if we enter the today date the output should be next day's date.

1677


Explain goto?

705


How many types of operator or there in c?

593


What is the use of a static variable in c?

585






What is the code for 3 questions and answer check in VisualBasic.Net?

1682


in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none

593


why do some people write if(0 == x) instead of if(x == 0)?

646


What is gets() function?

661


What is the auto keyword good for?

616


What are compound statements?

622


Differentiate between the expression “++a” and “a++”?

691


What is the use of gets and puts?

590


Explain how can a program be made to print the name of a source file where an error occurs?

677


Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.

1560