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 |
Why C language is a procedural language?
/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }
what is ANSI and ISO
Explain what are its uses in c programming?
What is the purpose of the preprocessor directive error?
char *p="name"; printf(p);
Why is main function so important?
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
What's wrong with the call "fopen ("c:\newdir\file.dat", "r")"?
difference between my-strcpy and strcpy ?
3 Answers Geometric Software, IIM, Infosys,
how do you programme Carrier Sense Multiple Access
void main() { int *ptr; ptr = (int *) 0x400 ; printf("ptr=%d",ptr); } output?