What is pointer and structure in c?


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

Post New Answer

More C Interview Questions

which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +

0 Answers  


what is default constructor?

2 Answers   HCL,


Why does not c have an exponentiation operator?

0 Answers  


What is the size of enum in c?

0 Answers  


What is the argument of a function in c?

0 Answers  


How the C program can be compiled?

11 Answers   HP,


what does ‘segmentation violation’ mean?

1 Answers  


Explain what happens if you free a pointer twice?

0 Answers  


What are the preprocessor categories?

0 Answers  


How do I create a directory? How do I remove a directory (and its contents)?

0 Answers  


What is C++

4 Answers  


how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?

2 Answers   Patni, TCS,


Categories