what will be the output:
main(){char ch;int a=10;printf("%d",ch);}
Answer Posted / vignesh1988i
garbage ascii value corresponding to the characterr present
in the memory location ch;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is sizeof array?
What is the purpose of ftell?
What is the heap?
1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
What are the properties of union in c?
Is int a keyword in c?
Is void a keyword in c?
How to find a missed value, if you want to store 100 values in a 99 sized array?
Disadvantages of C language.
if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.
Write a code of a general series where the next element is the sum of last k terms.
What is the difference between a free-standing and a hosted environment?
Explain how can you avoid including a header more than once?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.