what will be the output:
main(){char ch;int a=10;printf("%d",ch);}

Answer Posted / raj

It Will print garbage value i.e.
-113

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program to generate the Fibinocci Series

668


What is volatile keyword in c?

584


Are there constructors in c?

598


Explain high-order and low-order bytes.

670


In C language, a variable name cannot contain?

746






What are structures and unions? State differencves between them.

619


How to create struct variables?

595


Explain what is a stream?

609


program to find out date after adding 31 days to a date in the month of febraury also consider the leap year

2579


What will be your course of action for a push operation?

669


What is difference between constant pointer and constant variable?

631


Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant

670


 write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare.  You will then tabulate this information in another file.

1731


What is array of structure in c programming?

756


What are conditional operators in C?

628