what will be the output:
main(){char ch;int a=10;printf("%d",ch);}
Answer Posted / sadasiva
It gives compilation warning but not Error.
While running ,gives Run time check error and prints some
garbage value.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
In which language linux is written?
What do you mean by command line argument?
Can you define which header file to include at compile time?
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
In C programming, what command or code can be used to determine if a number of odd or even?
Why flag is used in c?
while initialization of array why we use a[][2] why not a[2][]...?
What is a stream in c programming?
How can I read/write structures from/to data files?
What is a memory leak? How to avoid it?
In C language, a variable name cannot contain?
What is indirection in c?
What is the Purpose of 'extern' keyword in a function declaration?
Explain what is gets() function?
How will you delete a node in DLL?