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
How was c created?
Why isn't it being handled properly?
Explain what is the most efficient way to store flag values?
How can I do graphics in c?
What is a file descriptor in c?
Explain threaded binary trees?
What is the difference between array and pointer in c?
What are the different types of errors?
What is data structure in c programming?
How can you tell whether two strings are the same?
How to delete a node from linked list w/o using collectons?
What is the size of empty structure in c?
How a string is stored in c?
What is getch() function?
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above