What are the two types of structure?


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

Post New Answer

More C Interview Questions

What is the purpose of the following code? Is there any problem with the code? void send(int count, short *to, short *from) { /* count > 0 assumed */ register n = (count + 7) / 8; switch (count % 8) { case 0: do { *to = *from++; case 7: *to = *from++; case 6: *to = *from++; case 5: *to = *from++; case 4: *to = *from++; case 3: *to = *from++; case 2: *to = *from++; case 1: *to = *from++; } while (--n > 0); } }

0 Answers   Google,


c program to print a name without using semicolon

9 Answers   TCS, Wipro,


Write a program in c to print * * * * * *******

1 Answers  


2. What does static variable mean?

2 Answers  


What is hash table in c?

0 Answers  


What is realloc in c?

0 Answers  


Why is c so important?

0 Answers  


What is pass by reference in c?

0 Answers  


Compare interpreters and compilers.

0 Answers  


Explain what is meant by high-order and low-order bytes?

0 Answers  


Explain how do you use a pointer to a function?

0 Answers  


FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above

0 Answers  


Categories