The statement, int(*x[]) () what does in indicate?


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

Post New Answer

More C Interview Questions

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

0 Answers  


What is preprocessor with example?

0 Answers  


write a c program to check weather a particluar bit is set or not?

5 Answers   IBM,


Why do some versions of toupper act strangely if given an upper-case letter?

0 Answers  


#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); }

0 Answers   Wilco,


How does selection sort work in c?

0 Answers  


for example user gives input as " 20 or 20.0 or rs 20.0 or 20.00 or rs20 and so .. on " and the output should be stored as " rs.20.00 " in a variable

2 Answers  


What is the difference between union and structure in c?

0 Answers  


What are global variables and how do you declare them?

0 Answers  


What is the best organizational structure?

0 Answers  


What is mean by data types in c?

0 Answers  


What are c identifiers?

0 Answers  


Categories