What is a good way to implement complex numbers in c?
No Answer is Posted For this Question
Be the First to Post Answer
main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); } what is the output?
7 Answers AMCAT, HCL, Ramco, Zycus Infotech,
The statement, int(*x[]) () what does in indicate?
what is Structural oriented language? give some example of this language.....?
int x=5; printf("%d%d%d",x,x<<2,x>>2);
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
What is bubble sort technique in c?
What does c mean?
What are the 5 elements of structure?
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
In a switch statement, explain what will happen if a break statement is omitted?
how would a 4*3 array A[4][3] stored in Row Major Order?
What are the different types of linkage exist in c?