what will be the output:
main(){char ch;int a=10;printf("%d",ch);}
Answer Posted / manju
The correct and verified answer is 8.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
how do you execute a c program in unix.
What is difference between union and structure in c?
What is static memory allocation?
how to find anagram without using string functions using only loops in c programming
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
how many key words availabel in c a) 28 b) 31 c) 32
Explain how can I right-justify a string?
How can you increase the allowable number of simultaneously open files?
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1
What is switch in c?
Is sizeof a keyword in c?
1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.
Is using exit() the same as using return?
Explain the properties of union.
How a string is stored in c?