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
Is int a keyword in c?
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......
How do you convert strings to numbers in C?
How can I implement sets or arrays of bits?
hi send me sample aptitude papers of cts?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
What are pointers? What are different types of pointers?
Do you know the difference between malloc() and calloc() function?
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
write a program to find out prime number using sieve case?
swap 2 numbers without using third variable?
In C programming, how do you insert quote characters (‘ and “) into the output screen?
What is dynamic dispatch in c++?
develop algorithms to add polynomials (i) in one variable
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.