char ch=10;printf("%d",ch);what is the output
Answer Posted / devvv
this program is gonna give output 10.coz ascii values are
assigned to only 0....9.when we execute printf("%
c",ch);.........the output screen will be blank.
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What are pointers in C? Give an example where to illustrate their significance.
Explain what are preprocessor directives?
What does s c mean on snapchat?
Explain the advantages and disadvantages of macros.
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
What is && in c programming?
What are the disadvantages of c language?
a program that can input number of records and can view it again the record
What is the difference between array_name and &array_name?
Can we access the array using a pointer in c language?
What is data structure in c language?
What is #include stdlib h?
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
What are the valid places to have keyword “break”?
What is ponter?