what will be the output:
main(){char ch;int a=10;printf("%d",ch);}
Answer Posted / viji
it will give some garbage value.........
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is typedef struct in c?
What is array of structure in c programming?
What does do in c?
Difference between Function to pointer and pointer to function
What is getch () for?
How do I read the arrow keys? What about function keys?
In C, What is the #line used for?
What is an identifier?
Give differences between - new and malloc() , delete and free() ?
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
Explain is it better to bitshift a value than to multiply by 2?
how could explain about job profile
Is it possible to use curly brackets ({}) to enclose single line code in c program?
What is #pragma statements?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.