What are types of structure?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Study the Following Points: a.One Cannot Take the address of a Bit Field b.bit fields cannot be arrayed c.Bit-Fields are machine Dependant d.Bit-fields cannot be declared as static 1. Which of the Following Statements are true w.r.t Bit- Fields A)a,b&c B)Only a & b C)Only c D)All

3 Answers   Accenture,


What is calloc in c?

0 Answers  


How can we allocate array or structure bigger than 64kb?

2 Answers   CSC,


How do I convert a string to all upper or lower case?

0 Answers  


c program to subtract between two numbers without using '-' sign and subtract function.

1 Answers  






Disadvantages of C language.

0 Answers   Impetus,


why integer range between -327680to+32767

2 Answers  


write a program to display the numbers in the following 4 4 3 3 2 2 1 1 0 1 1 2 2 3 3 4 4

1 Answers  


What is the equivalent code of the following statement in WHILE LOOP format?

0 Answers  


What is the difference between exit() and _exit() function?

0 Answers  


What is bubble sort technique in c?

0 Answers  


what is the output? #define fun(a,b,t) (g ##t=(a),(a)=(b),(b)=g##t) float gfloat; main() { float a=1.12,b=3.14; fun (a,b,float); printf("na=%4.2f,b=%4.2f",a,b); } A)Error in Defining Macro B)a=1.12,b=3.14 C)a=3.14,b=1.12 D)None of the Above

3 Answers   Accenture, Infosys, Wipro,


Categories