How to write a code for reverse of string without using
string functions?
No Answer is Posted For this Question
Be the First to Post Answer
write a code for large nos multilication (upto 200 digits)
Explain how can I remove the trailing spaces from a string?
which of the following statements is incorrect a.typedef struct new{ int n1; char n2; } DATA; b.typedef struct { int n3; char *n4; }ICE; c.typedef union { int n5; float n6; } UDT; d.#typedef union { int n7; float n8; } TUDAT;
Why doesnt long int work?
What is define c?
how to write a data 10 in address location 0x2000
Explain how do you sort filenames in a directory?
please help me.. how to write a code of this output?? "Enter range number:"10 1 is an odd number 2 is an even numbers 3 in an odd numbers 4 " to 10" "printing all odd numbers:" 1,3,5,7,9 "printing all even numbers:" 2,4,6,8,10 "sum of all odd numbers:25 "sum of all even numbers:30 using a C Programming ARRAY pleas pleas help.. its my project ..please :(
main() {char a[10]={1,2,3,4,5,6};int x; for(x=0;x<4;x++){ b[x]=x+'a';} printf("%s",b);}
What does 4d mean in c?
I came across some code that puts a (void) cast before each call to printf. Why?
Explain what is the stack?