what are the uses of structure?

Answer Posted / guy

the uses are to do dirty things

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }

705


What is wrong with this program statement?

600


Write a program to check armstrong number in c?

625


What are the different types of constants?

631


How to implement a packet in C

2383






Explain what header files do I need in order to define the standard library functions I use?

641


What is zero based addressing?

698


write a program to find out prime number using sieve case?

1626


praagnovation

1766


Which header file should you include if you are to develop a function which can accept variable number of arguments?

795


If the size of int data type is two bytes, what is the range of signed int data type?

577


Between macros and functions,which is better to use and why?

1561


In C programming, what command or code can be used to determine if a number of odd or even?

611


write a program to display all prime numbers

1446


how to capitalise first letter of each word in a given string?

1421