What is the difference between array and structure in c?


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

Post New Answer

More C Interview Questions

4)What would be the output? main() { int num=425; pf("%d",pf("%d",num)); } a)Comp error b)4425 c)4253 d)3435 e)none

10 Answers  


Which is more efficient, a switch statement or an if else chain?

0 Answers  


what is the function of void main()?

8 Answers  


Which one would you prefer - a macro or a function?

0 Answers  


what is linkage error when it occurs in c program

3 Answers  






Explain how can I avoid the abort, retry, fail messages?

0 Answers  


What is c value paradox explain?

0 Answers  


write a own function to compare two strings with out using stringcomparition function?

6 Answers   LG Soft, Sasken,


wtite a program that will multiply two integers in recursion function

4 Answers   TCS,


What is huge pointer in c?

0 Answers  


How does struct work in c?

0 Answers  


Hi can anyone tell what is a start up code?

0 Answers   CTS,


Categories