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 are register variables? What are the advantage of using register variables?
What is main function in c?
With the help of using classes, write a program to add two numbers.
Explain how do you convert strings to numbers in c?
Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014 Npu university
What are linker error?
Where are the auto variables stored?
Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.
How do you print an address?
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
What is NULL pointer?
Difference between linking and loading?
Is c programming hard?
code for quick sort?
What happens if header file is included twice?