what will be the output:
main(){char ch;int a=10;printf("%d",ch);}
Answer Posted / akhila
result is 0.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to delete a node from linked list w/o using collectons?
Explain a file operation in C with an example.
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
What is wrong with this code?
Explain what is a program flowchart and explain how does it help in writing a program?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
What is function what are the types of function?
How are 16- and 32-bit numbers stored?
What is gets() function?
Why is c so important?
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
Explain what is page thrashing?
What are the advantages and disadvantages of a heap?
How reliable are floating-point comparisons?