1) int main() {
unsigned char a = 0;
do {
printf("%d=%c\n",a,a);
a++;
}while(a!=0);
return 0;
}
can anyone please explain the explain the output
Answer Posted / vidyashree b l
0
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Write a program on swapping (100, 50)
What are the rules for the identifier?
How is a null pointer different from a dangling pointer?
What is main () in c language?
Describe the modifier in c?
What is the benefit of using #define to declare a constant?
What is the hardest programming language?
cavium networks written test pattern ..
What do you understand by friend-functions? How are they used?
What is equivalent to ++i+++j?
What are conditional operators in C?
What is pass by reference in functions?
Are there constructors in c?
Explain the concept and use of type void.
What are the two types of structure?