char ch=10;printf("%d",ch);what is the output
Answer Posted / rani
output is
10
| Is This Answer Correct ? | 10 Yes | 5 No |
Post New Answer View All Answers
Lists the benefits of c programming language?
What is pointers in c with example?
What is string function in c?
How do you define a string?
What is difference between constant pointer and constant variable?
Write the control statements in C language
Write a program to reverse a linked list in c.
What are the types of bitwise operator?
Explain what are the different data types in c?
Are negative numbers true in c?
Difference between strcpy() and memcpy() function?
How can I copy just a portion of a string?
What is indirection in c?
swap 2 numbers without using third variable?
Explain low-order bytes.