what will be the output:
main(){char ch;int a=10;printf("%d",ch);}
Answer Posted / siraj
0
| Is This Answer Correct ? | 1 Yes | 8 No |
Post New Answer View All Answers
What is the use of getchar functions?
What is the purpose of clrscr () printf () and getch ()?
What are the functions to open and close file in c language?
What is the difference between procedural and functional programming?
What is the size of a union variable?
What happens if a header file is included twice?
How do we declare variables in c?
Explain data types & how many data types supported by c?
Why doesn't C support function overloading?
c program for searching a student details among 10 student details
Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
How do you define structure?
a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f
What is omp_num_threads?
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same