how to print
212 as
Twohundreds twelve
plz provide me ans
soon
Hello
My name is favour,(meiroku.eric@hotmail.com)i saw your profile today and became intrested in you,so i can give you my picture in to your email BOX
pleases my love reply me in to my email hotmail BOX(meiroku.eric@hotmail.com)
OK i love you so much
| Is This Answer Correct ? | 17 Yes | 6 No |
How can we open a file in Binary mode and Text mode?what is the difference?
WHAT IS MEANT BY LIFE?
why we are using semicolon at the end of printh statment
Explain what happens if you free a pointer twice?
What is struct node in c?
f(char *p) { p=(char *)malloc(sizeof(6)); strcpy(p,"HELLO"); } main() { char *p="BYE"; f(p) printf("%s",p); } what is the output?
9 Answers Hughes, Tech Mahindra,
How to convert a binary number to Hexa decimal number?? (Note:Do not convert it into binary and to Hexadecimal)
Write a code on reverse string and its complexity.
write a program to display & create a rational number
What is fflush() function?
#include<stdio.h> #include<conio.h> struct stu { int i; char j; }; union uni { int i; char j; }; void main() { int j,k; clrscr(); struct stu s; j=sizeof(s); printf("%d",j); union uni u; k=sizeof(u); printf("%d",k); getch(); } what is value of j and k.
What is a macro, and explain how do you use it?