What are structures and unions? State differencves between them.
No Answer is Posted For this Question
Be the First to Post Answer
Are pointers really faster than arrays?
write a program structure to find average of given number
What is Generic pointer? What is the purpose of Generic pointer? Where it is used?
What are the different flags in C? And how they are useful? And give example for each in different consequences?
What is putchar() function?
What is the size of enum in c?
What does c in a circle mean?
write a C code to reverse a string using a recursive function, without swapping or using an extra memory.
9 Answers Motorola, TCS, Wipro,
What is the explanation for cyclic nature of data types in c?
Which is better oop or procedural?
What is a header file?
can u write a program in C, which does not use = (eqaul)or any arithmatic assignment(like -=,+=,*= etc) operator to swap to number?