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 advantage of a random access file?
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
Is c still relevant?
What is the difference between #include and #include 'file' ?
What are the types of c language?
What is calloc malloc realloc in c?
What is default value of global variable in c?
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
Why should I use standard library functions instead of writing my own?
What is a void pointer? When is a void pointer used?
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
Explain can static variables be declared in a header file?
Why pointers are used?
How do you determine the length of a string value that was stored in a variable?