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

Answer Posted / muthu

Garbage value....

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program to reverse a string.

644


What is structure packing in c?

613


what type of questions arrive in interview over c programming?

1565


How can I invoke another program (a standalone executable, or an operating system command) from within a c program?

656


How is a null pointer different from a dangling pointer?

562






Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings

2253


a value that does not change during program execution a) variabe b) argument c) parameter d) none

699


What is difference between structure and union in c programming?

575


Differentiate fundamental data types and derived data types in C.

621


Do you know what are the properties of union in c?

588


What is the condition that is applied with ?: Operator?

667


Can you explain the four storage classes in C?

646


What are the modifiers available in c programming language?

745


What is "Duff's Device"?

705


What is the difference between formatted&unformatted i/o functions?

621