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 |
what is the value of 'i'? i=strlen("Blue")+strlen("People")/strlen("Red")-strlen("green")
7 Answers Cadence, JNTU, Zen Technologies,
What is c language & why it is used?
implement OR gate without using any bitwise operator.
how to write a data 10 in address location 0x2000
How does struct work in c?
main() { int l=6; switch(l) { default:l=l+2; case 4:l=4; case 5:l++; break; } printf("%d",l); }
What do you know about the use of bit field?
What is 02d in c?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
#include<stdio.h> main(0 { printf("\n %d %d %d",sizeof(3),sizeof("3"),sizeof(3)); }
#include<stdio.h> void main() { int a [5]; for (i=0; i<=4; i++) printf(ā%dā ,a[i]); }
What is the size of structure pointer in c?