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
What is the purpose of main() function?
What does it mean when a pointer is used in an if statement?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
What are the types of type qualifiers in c?
What is an expression?
What is property type c?
What is sizeof int?
What is indirection in c?
In which language linux is written?
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
What does void main () mean?
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
Is c still relevant?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
What is the purpose of type declarations?