write a program to generate address labels using structures?
No Answer is Posted For this Question
Be the First to Post Answer
What are the advantages of Macro over function?
what are bps & baud rates? differentiate these two?
What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }
write a program to find out number of on bits in a number?
How to print India by nested loop? I IN IND INDI INDIA
What is methods in c?
main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); }
11 Answers CISOC, CitiGroup, College School Exams Tests,
What will the preprocessor do for a program?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
What is macro?
hi , please send me NIC written test papers to sbabavalli@gmail.com
what is the use of using linked list and array?