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

Answer Posted / kanmani

I think this program produce some 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

How can you access memory located at a certain address?

670


What is void c?

571


Is array a primitive data type in c?

584


What are void pointers in c?

576


Is null always defined as 0(zero)?

619






Why we use void main in c?

601


WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.

2031


Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"

1585


How can I copy just a portion of a string?

821


How many levels deep can include files be nested?

654


write a program to find the given number is prime or not

3850


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

1892


Explain is it better to bitshift a value than to multiply by 2?

720


Linked list is a Linear or non linear explain if linear how it working as a non linear data structures

1767


What is a macro?

661