What is union and structure?
No Answer is Posted For this Question
Be the First to Post Answer
What are the different types of control structures?
What is structure padding in c?
How can I access a memory located at certain address?
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,
write a program to compare 2 numbers without using logical operators?
what are the facialities provided by you after the selection of the student.
The differences between Windows XP and Windows Visa
Give the rules for variable declaration?
What are 3 types of structures?
What is a const pointer in c?
What is an object?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10