what will be the output:
main(){char ch;int a=10;printf("%d",ch);}
Answer Posted / anu
I think it will not give any error and it will print some
garbage value.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What happens if you free a pointer twice?
What should malloc(0) do?
I came across some code that puts a (void) cast before each call to printf. Why?
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix
What are the different types of constants?
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
Why can arithmetic operations not be performed on void pointers?
using for loop sum 2 number of any 4 digit number in c language
How do I create a directory? How do I remove a directory (and its contents)?
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
write a program to print data of 5 five students with structures?
How do you generate random numbers in C?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
What is switch in c?
How can I write a function analogous to scanf?