adspace


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

Answer Posted / mishra

it will give garbage value as output

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is int a keyword in c?

1067


can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......

2019


How do you convert strings to numbers in C?

1351


How can I implement sets or arrays of bits?

1129


hi send me sample aptitude papers of cts?

2258


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

2743


What are pointers? What are different types of pointers?

1276


Do you know the difference between malloc() and calloc() function?

1144


In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?

1307


write a program to find out prime number using sieve case?

2182


swap 2 numbers without using third variable?

1217


In C programming, how do you insert quote characters (‘ and “) into the output screen?

1625


What is dynamic dispatch in c++?

1142


develop algorithms to add polynomials (i) in one variable

2269


List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.

2836