what will be the output:
main(){char ch;int a=10;printf("%d",ch);}
Answer Posted / ruth
it will print 64
| Is This Answer Correct ? | 0 Yes | 13 No |
Post New Answer View All Answers
What are the different types of control structures?
What is the maximum no. of arguments that can be given in a command line in C.?
What are the features of the c language?
What is a null pointer in c?
What is difference between structure and union in c programming?
FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
What is the scope of global variable in c?
What is the purpose of sprintf() function?
Explain can the sizeof operator be used to tell the size of an array passed to a function?
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
What is the best style for code layout in c?
What happens if header file is included twice?
Is a house a mass structure?