what will be the output:
main(){char ch;int a=10;printf("%d",ch);}
Answer Posted / raghu
I think it prints some garbage value. if ch was initialised
then it would have printed the ASCII value of that charecter
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the use of void pointer and null pointer in c language?
What are structural members?
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }
What are predefined functions in c?
What do you understand by normalization of pointers?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
Which node is more powerful and can handle local information processing or graphics processing?
Explain what is the most efficient way to store flag values?
Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014 Npu university
Explain goto?
How can I automatically locate a programs configuration files in the same directory as the executable?
Differentiate between the = symbol and == symbol?
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
What is the value of a[3] if integer a[] = {5,4,3,2,1}?