what will be the output:
main(){char ch;int a=10;printf("%d",ch);}
Answer Posted / shruti
it will print the ascii value of the characters..
or some garbage values..
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9
How can I change the size of the dynamically allocated array?
What is c programing language?
What is a protocol in c?
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
Is c language still used?
provide an example of the Group by clause, when would you use this clause
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
How to write a multi-statement macro?
Who invented bcpl language?
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
What is dynamic dispatch in c++?
What are the advantages of using linked list for tree construction?
What is the difference between array and linked list in c?
Why c is called top down?